Skip to content

Commit 3e9ca87

Browse files
Auto merge of #146394 - Enselic:debuginfo-level-tests-2, r=<try>
ci: Increase `rust.debuginfo-level-tests` to `2` in **x86_64-gnu-debug** try-job: x86_64-gnu-debug
2 parents 7ad23f4 + a5939da commit 3e9ca87

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)