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 ede16cf commit 7108f66Copy full SHA for 7108f66
.github/workflows/ci.yml
@@ -42,6 +42,7 @@ jobs:
42
echo "LIBRARY_PATH=$(cat gcc_path)" >> $GITHUB_ENV
43
echo "LD_LIBRARY_PATH=$(cat gcc_path)" >> $GITHUB_ENV
44
echo "workspace="$GITHUB_WORKSPACE >> $GITHUB_ENV
45
+ echo "RUST_COMPILER_RT_ROOT="${{ env.workspace }}/llvm/compiler-rt >> $GITHUB_ENV
46
47
# https://github.com/actions/cache/issues/133
48
- name: Fixup owner of ~/.cargo/
@@ -73,8 +74,6 @@ jobs:
73
74
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('rust-toolchain') }}
75
76
- name: Build
- env:
77
- RUST_COMPILER_RT_ROOT: ${{ env.workspace }}/llvm/compiler-rt
78
run: |
79
ls /home/runner/work/rustc_codegen_gcc/rustc_codegen_gcc/llvm
80
echo Workspace ${{ env.workspace }}
0 commit comments