We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5771665 + 3fde438 commit fce0e74Copy full SHA for fce0e74
src/ci/run.sh
@@ -205,6 +205,9 @@ if [ "$ENABLE_GCC_CODEGEN" = "1" ]; then
205
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-new-symbol-mangling"
206
fi
207
208
+# If bootstrap fails, we want to see its backtrace
209
+export RUST_BACKTRACE=1
210
+
211
# Print the date from the local machine and the date from an external source to
212
# check for clock drifts. An HTTP URL is used instead of HTTPS since on Azure
213
# Pipelines it happened that the certificates were marked as expired.
0 commit comments