File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1818 build-toolchain :
1919 name : Build LLVM7 base (${{ matrix.variance.name }} / ${{ matrix.platform.arch }})
2020 runs-on : ${{ matrix.platform.runner }}
21- env :
22- TOOLCHAIN_TAR_DIR : ${{ runner.tool_cache }}/llvm7-tars
2321 permissions :
2422 contents : read
2523 packages : write
7876 echo "TMPDIR=${RUNNER_TEMP}/buildkit-tmp" >> "$GITHUB_ENV"
7977 echo "BUILDKIT_TMPDIR=${RUNNER_TEMP}/buildkit-tmp" >> "$GITHUB_ENV"
8078 echo "BUILDKIT_SANDBOX_TMPDIR=${RUNNER_TEMP}/buildkit-tmp" >> "$GITHUB_ENV"
79+ - name : Prepare tar output directory
80+ run : |
81+ TAR_DIR="$RUNNER_TOOL_CACHE/llvm7-tars"
82+ mkdir -p "$TAR_DIR"
83+ echo "TOOLCHAIN_TAR_DIR=$TAR_DIR" >> "$GITHUB_ENV"
8184 - name : Prepare tar output directory
8285 run : mkdir -p "$TOOLCHAIN_TAR_DIR"
8386 - name : Build and push toolchain
You can’t perform that action at this time.
0 commit comments