We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bfd28 commit d7b19a3Copy full SHA for d7b19a3
.github/workflows/enzyme-ci.yml
@@ -45,6 +45,17 @@ jobs:
45
with:
46
path: build/build/x86_64-unknown-linux-gnu/enzyme
47
key: ${{ matrix.os }}-enzyme-${{ steps.enzyme-commit.outputs.HEAD }}
48
+ - name: Cache random garbage
49
+ uses: actions/cache@v4
50
+ with:
51
+ path: |
52
+ build/build/x86_64-unknown-linux-gnu/stage0-rustc/
53
+ build/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/
54
+ build/build/x86_64-unknown-linux-gnu/stage0-tools/
55
+ build/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/
56
+ key: random-cache-${{ runner.os }}-${{ github.run_id }}
57
+ restore-keys: |
58
+ random-cache-${{ runner.os }}
59
- name: Build
60
run: |
61
mkdir -p build
0 commit comments