Skip to content

Commit a5939da

Browse files
committed
ci: Increase rust.debuginfo-level-tests to 2 in **x86_64-gnu-debug**
Simply to increase the scope of the testing.
1 parent 7ad23f4 commit a5939da

File tree

1 file changed

+1
-1
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-debug

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-debug/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ENV RUST_CONFIGURE_ARGS \
3838
--build=x86_64-unknown-linux-gnu \
3939
--enable-debug \
4040
--enable-lld \
41-
--set rust.debuginfo-level-tests=1 \
41+
--set rust.debuginfo-level-tests=2 \
4242
--set llvm.use-linker=lld \
4343
--set target.x86_64-unknown-linux-gnu.linker=clang \
4444
--set target.x86_64-unknown-linux-gnu.cc=clang \

0 commit comments

Comments
 (0)