File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ jobs:
4343 # If the script changes (e.g., enabling/disabling features), cached objects from a previous version might be invalid or unsafe to reuse.
4444 key : ${{ runner.os }}-${{ matrix.distribution }}-llvm-commit-${{ steps.get-llvm-hash.outputs.hash }}-mlir-build-script-${{ hashFiles('${{ github.workspace }}/build_tools/build_mlir.sh') }}
4545 max-size : 2G
46- - name : Cache LLVM
47- id : cache-llvm
48- uses : actions/cache@v3
49- with :
50- path : |
51- third_party/llvm-project/build/bin/llvm-lit
52- install
53- key : ${{ runner.os }}-${{ matrix.distribution }}-llvm-commit-${{ steps.get-llvm-hash.outputs.hash }}-mlir-build-script-${{ hashFiles('${{ github.workspace }}/build_tools/build_mlir.sh') }}
46+ # - name: Cache LLVM
47+ # id: cache-llvm
48+ # uses: actions/cache@v3
49+ # with:
50+ # path: |
51+ # third_party/llvm-project/build/bin/llvm-lit
52+ # install
53+ # key: ${{ runner.os }}-${{ matrix.distribution }}-llvm-commit-${{ steps.get-llvm-hash.outputs.hash }}-mlir-build-script-${{ hashFiles('${{ github.workspace }}/build_tools/build_mlir.sh') }}
5454
5555 - name : Install requirements
5656 run : |
You can’t perform that action at this time.
0 commit comments