about summary refs log tree commit diff
path: root/library/compiler-builtins/ci/run-docker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'library/compiler-builtins/ci/run-docker.sh')
-rwxr-xr-xlibrary/compiler-builtins/ci/run-docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/compiler-builtins/ci/run-docker.sh b/library/compiler-builtins/ci/run-docker.sh
index 215ad71a3c1..5e19cf4d0cb 100755
--- a/library/compiler-builtins/ci/run-docker.sh
+++ b/library/compiler-builtins/ci/run-docker.sh
@@ -38,7 +38,7 @@ run() {
     fi
 
     if [ -d compiler-rt ]; then
-      export RUST_COMPILER_RT_ROOT=./compiler-rt
+      export RUST_COMPILER_RT_ROOT="/checkout/compiler-rt"
     fi
 
     if [ "${GITHUB_ACTIONS:-}" = "true" ]; then