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.
RUSTC_TEST_GIT_HASH
1 parent 6d199e7 commit 204231fCopy full SHA for 204231f
src/ci/run.sh
@@ -110,6 +110,11 @@ fi
110
export RUST_RELEASE_CHANNEL=$(releaseChannel)
111
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL"
112
113
+# Always set `RUSTC_TEST_GIT_HASH` to run
114
+# `tests/run-make/version-verbose-commit-hash` under CI conditions (for jobs
115
+# that run tests).
116
+export RUSTC_TEST_GIT_HASH=1
117
+
118
if [ "$DEPLOY$DEPLOY_ALT" = "1" ]; then
119
if [[ "$CI_JOB_NAME" == *ohos* ]]; then
120
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-llvm-static-stdcpp"
0 commit comments