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 084c8b6 commit c7a4e50Copy full SHA for c7a4e50
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="/checkout/compiler-rt"
42
43
44
if [ "${GITHUB_ACTIONS:-}" = "true" ]; then
0 commit comments