Skip to content

Commit 3928c63

Browse files
committed
Disable caching step.
Signed-off-by: fruffy <fruffy@nyu.edu>
1 parent 1d406a0 commit 3928c63

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build-and-test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)