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