From d35b4ef12c9da8999c197f361ae51492ef25880a Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Thu, 4 Jan 2024 22:07:08 -0500 Subject: [PATCH] guix-ci0: Set cuirass use-substitutes? to #f This is being set to see if builds work when builds occur from source, as following the upgrade from cuirass 1.1.0-13.1341725 -> 1.2.0-1.bdc1f9f local builds appear to no longer run. --- .guix/rekahsoft/guix-config/vms/guix-ci0-home-rekahsoft-ca.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.guix/rekahsoft/guix-config/vms/guix-ci0-home-rekahsoft-ca.scm b/.guix/rekahsoft/guix-config/vms/guix-ci0-home-rekahsoft-ca.scm index 343a087..be7d995 100644 --- a/.guix/rekahsoft/guix-config/vms/guix-ci0-home-rekahsoft-ca.scm +++ b/.guix/rekahsoft/guix-config/vms/guix-ci0-home-rekahsoft-ca.scm @@ -297,7 +297,7 @@ PUBLISH-URL." (cuirass-configuration (host "localhost") (specifications %cuirass-specs) - (use-substitutes? #t))) + (use-substitutes? #f))) %nginx-cache-activation