Skip to content

Commit 30197f2

Browse files
committed
CircleCI: add missing coreboot git directories to caching
Add this to linuxboot#1526 since coreboot related buildstack files missing should not prevent future builds once a single successful build is supposed to create a cache containing those files having difficulties being downloaded Signed-off-by: Thierry Laurion <insurgo@riseup.net>
1 parent fa352a2 commit 30197f2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,9 @@ jobs:
194194
- build/x86/coreboot-4.15
195195
- build/x86/coreboot-4.17
196196
- build/x86/coreboot-4.19
197-
- build/x86/coreboot-git
198-
- build/ppc64/coreboot-git
197+
- build/x86/coreboot-nitrokey
198+
- build/x86/coreboot-purism
199+
- build/ppc64/coreboot-talos_2
199200
- save_cache:
200201
#Generate cache for the exact same modules definitions if hash is not previously existing
201202
key: heads-modules-and-patches-{{ checksum "./tmpDir/all_modules_and_patches.sha256sums" }}{{ .Environment.CACHE_VERSION }}

0 commit comments

Comments
 (0)