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 81614e1 commit 631c8c9Copy full SHA for 631c8c9
ci/run-docker.sh
@@ -38,7 +38,7 @@ run() {
38
fi
39
40
if [ -d compiler-rt ]; then
41
- export RUST_COMPILER_RT_ROOT="$(realpath /compiler-rt)"
+ export RUST_COMPILER_RT_ROOT="$(realpath compiler-rt)"
42
43
44
if [ "${GITHUB_ACTIONS:-}" = "true" ]; then
0 commit comments