ci: fix cache paths for LLVM source

This makes the LLVM source code cacheable again.
Этот коммит содержится в:
Ayke van Laethem 2019-07-06 14:14:46 +02:00 коммит произвёл Ron Evans
родитель aabb6ba22b
коммит af523c63d5

Просмотреть файл

@ -44,14 +44,14 @@ commands:
steps: steps:
- restore_cache: - restore_cache:
keys: keys:
- llvm-source-8-v4 - llvm-source-8-v5
- run: - run:
name: "Fetch LLVM source" name: "Fetch LLVM source"
command: make llvm-source command: make llvm-source
- save_cache: - save_cache:
key: llvm-source-8-v4 key: llvm-source-8-v5
paths: paths:
- llvm - llvm-project
smoketest: smoketest:
steps: steps:
- run: make smoketest - run: make smoketest
@ -169,14 +169,14 @@ commands:
HOMEBREW_NO_AUTO_UPDATE=1 brew install qemu HOMEBREW_NO_AUTO_UPDATE=1 brew install qemu
- restore_cache: - restore_cache:
keys: keys:
- llvm-source-8-macos-v4 - llvm-source-8-macos-v5
- run: - run:
name: "Fetch LLVM source" name: "Fetch LLVM source"
command: make llvm-source command: make llvm-source
- save_cache: - save_cache:
key: llvm-source-8-macos-v4 key: llvm-source-8-macos-v5
paths: paths:
- llvm - llvm-project
- restore_cache: - restore_cache:
keys: keys:
- llvm-build-8-macos-v5 - llvm-build-8-macos-v5