We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18f948 commit 8ed0468Copy full SHA for 8ed0468
src/ci/scripts/run-build-from-ci.sh
@@ -7,6 +7,8 @@ IFS=$'\n\t'
7
8
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
9
10
+export RUSTC_BACKTRACE_ON_ICE=1
11
+export RUST_BACKTRACE=1
12
export CI="true"
13
export SRC=.
14
0 commit comments