Skip to content

Commit af523c6

Browse files
aykevldeadprogram
authored andcommitted
ci: fix cache paths for LLVM source
This makes the LLVM source code cacheable again.
1 parent aabb6ba commit af523c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ commands:
4444
steps:
4545
- restore_cache:
4646
keys:
47-
- llvm-source-8-v4
47+
- llvm-source-8-v5
4848
- run:
4949
name: "Fetch LLVM source"
5050
command: make llvm-source
5151
- save_cache:
52-
key: llvm-source-8-v4
52+
key: llvm-source-8-v5
5353
paths:
54-
- llvm
54+
- llvm-project
5555
smoketest:
5656
steps:
5757
- run: make smoketest
@@ -169,14 +169,14 @@ commands:
169169
HOMEBREW_NO_AUTO_UPDATE=1 brew install qemu
170170
- restore_cache:
171171
keys:
172-
- llvm-source-8-macos-v4
172+
- llvm-source-8-macos-v5
173173
- run:
174174
name: "Fetch LLVM source"
175175
command: make llvm-source
176176
- save_cache:
177-
key: llvm-source-8-macos-v4
177+
key: llvm-source-8-macos-v5
178178
paths:
179-
- llvm
179+
- llvm-project
180180
- restore_cache:
181181
keys:
182182
- llvm-build-8-macos-v5

0 commit comments

Comments
 (0)