From 7fe2f9dcb2ba6a57f4794ee1a3a010a7f8a39bd6 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Mon, 25 Mar 2024 16:40:21 -0400 Subject: [PATCH] CircleCI: save_cache depends on librem_14 instead of nitropad-nv41 (so more boards can be built reusing cache and where nv41 will be rebuilt if coreboot level cache was not saved) 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 1d4fda00b..d0bff5776 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -257,7 +257,7 @@ workflows: - save_cache: requires: - talos-2 - - nitropad-nv41 + - librem_14 # # Those onboarding new boards should add their entries below.