We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75703c1 + 91be815 commit b19329aCopy full SHA for b19329a
src/ci/run.sh
@@ -116,7 +116,7 @@ if [ "$DEPLOY$DEPLOY_ALT" = "1" ]; then
116
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"
117
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.remap-debuginfo"
118
119
- if [ "$DEPLOY_ALT" != "" ]; then
+ if [ "$DEPLOY_ALT" != "" ] && isLinux; then
120
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --debuginfo-level=2"
121
else
122
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --debuginfo-level-std=1"
0 commit comments