From 0ffdaf311e9c22a2bd708cc19d20fc856a543bf8 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Sat, 16 Dec 2023 14:41:52 -0500 Subject: [PATCH 1/2] CircleCI: add layer2 cache of newly added coreboot git forks to speed up builds from cache Signed-off-by: Thierry Laurion --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9de6de68b..b0f2b8375 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -194,8 +194,10 @@ jobs: - build/x86/coreboot-4.15 - build/x86/coreboot-4.17 - build/x86/coreboot-4.19 - - build/x86/coreboot-git - - build/ppc64/coreboot-git + - build/x86/coreboot-dasharo-kgpe-d16 + - build/x86/coreboot-nitrokey + - build/x86/coreboot-purism + - save_cache: #Generate cache for the exact same modules definitions if hash is not previously existing key: heads-modules-and-patches-{{ checksum "./tmpDir/all_modules_and_patches.sha256sums" }}{{ .Environment.CACHE_VERSION }} From 6c00b61c94a8a179dc27600eaea2f63ae36b914c Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Thu, 21 Dec 2023 13:20:29 -0500 Subject: [PATCH 2/2] CircleCI: swap save_cache from nv41 to librem_14 so the caches are helpful to build 6 boards (librems) not 1 (ns50) Signed-off-by: Thierry Laurion --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b0f2b8375..8c391ccb4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -258,7 +258,7 @@ workflows: - save_cache: requires: - talos-2 - - nitropad-nv41 + - librem_14 # # Those onboarding new boards should add their entries below.