Skip to content

Commit 368504e

Browse files
committed
Readd CI debuginfo-level-std directive as bootstrap has to set a level based on the default values of rust.debug[...] keys
1 parent f4bd4b1 commit 368504e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/ci/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ if [ "$DEPLOY$DEPLOY_ALT" = "1" ]; then
120120

121121
if [ "$DEPLOY_ALT" != "" ] && isLinux; then
122122
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --debuginfo-level=2"
123+
else
124+
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --debuginfo-level-std=1"
123125
fi
124126

125127
if [ "$NO_LLVM_ASSERTIONS" = "1" ]; then

0 commit comments

Comments
 (0)