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.
1 parent 0c065f9 commit 3b60cc4Copy full SHA for 3b60cc4
scripts/config.sh
@@ -32,6 +32,13 @@ if [[ "$HOST_TRIPLE" != "$TARGET_TRIPLE" ]]; then
32
fi
33
34
35
+if echo "$RUSTC_WRAPPER" | grep sccache; then
36
+echo
37
+echo -e "\x1b[1;93m=== Warning: Unset RUSTC_WRAPPER to prevent interference with sccache ===\x1b[0m"
38
39
+export RUSTC_WRAPPER=
40
+fi
41
+
42
export RUSTC=$(pwd)/"target/"$CHANNEL"/cg_clif"
43
export RUSTFLAGS=$linker
44
export RUSTDOCFLAGS=$linker' -Ztrim-diagnostic-paths=no -Cpanic=abort -Zpanic-abort-tests '\
0 commit comments