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 8f7cd72Copy full SHA for 8f7cd72
.github/workflows/ci.yml
@@ -43,6 +43,9 @@ jobs:
43
echo "LD_LIBRARY_PATH=$(cat gcc_path)" >> $GITHUB_ENV
44
echo "workspace="$GITHUB_WORKSPACE >> $GITHUB_ENV
45
46
+ - name: Set RUST_COMPILER_RT_ROOT
47
+ run: echo "RUST_COMPILER_RT_ROOT="${{ env.workspace }}/llvm/compiler-rt >> $GITHUB_ENV
48
+
49
# https://github.com/actions/cache/issues/133
50
- name: Fixup owner of ~/.cargo/
51
# Don't remove the trailing /. It is necessary to follow the symlink.
@@ -73,8 +76,6 @@ jobs:
73
76
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('rust-toolchain') }}
74
77
75
78
- name: Build
- env:
- RUST_COMPILER_RT_ROOT: ${{ env.workspace }}/llvm/compiler-rt
79
run: |
80
ls /home/runner/work/rustc_codegen_gcc/rustc_codegen_gcc/llvm
81
echo Workspace ${{ env.workspace }}
0 commit comments