File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ commands:
44
44
steps :
45
45
- restore_cache :
46
46
keys :
47
- - llvm-source-8-v4
47
+ - llvm-source-8-v5
48
48
- run :
49
49
name : " Fetch LLVM source"
50
50
command : make llvm-source
51
51
- save_cache :
52
- key : llvm-source-8-v4
52
+ key : llvm-source-8-v5
53
53
paths :
54
- - llvm
54
+ - llvm-project
55
55
smoketest :
56
56
steps :
57
57
- run : make smoketest
@@ -169,14 +169,14 @@ commands:
169
169
HOMEBREW_NO_AUTO_UPDATE=1 brew install qemu
170
170
- restore_cache :
171
171
keys :
172
- - llvm-source-8-macos-v4
172
+ - llvm-source-8-macos-v5
173
173
- run :
174
174
name : " Fetch LLVM source"
175
175
command : make llvm-source
176
176
- save_cache :
177
- key : llvm-source-8-macos-v4
177
+ key : llvm-source-8-macos-v5
178
178
paths :
179
- - llvm
179
+ - llvm-project
180
180
- restore_cache :
181
181
keys :
182
182
- llvm-build-8-macos-v5
You can’t perform that action at this time.
0 commit comments