about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--shepherd/init.d/test-upgrade.scm17
1 files changed, 13 insertions, 4 deletions
diff --git a/shepherd/init.d/test-upgrade.scm b/shepherd/init.d/test-upgrade.scm
index 7d913e6..c9ac5de 100644
--- a/shepherd/init.d/test-upgrade.scm
+++ b/shepherd/init.d/test-upgrade.scm
@@ -5,10 +5,19 @@
 	#:start (make-forkexec-constructor
 		  ;; First attempt to build all the packages and only afterward attempt to build the containers.
 		  ;(when (zero? (system*
-		  '("guix" "build" "-L" "/home/shepherd/guix-bioinformatics"
-		    "--no-grafts" "bnw" "gitea" "go-ipfs" "edirect"
-		    "bxd-power-calculator-app" "rn6-assembly-error-app"
-		    "singlecellrshiny" "virtuoso-ose" "hrdp-project" "bh20-seq-resource")
+		  '("guix" "build"
+		    "-L" "/home/shepherd/guix-bioinformatics"
+		    "-L" "/home/shepherd/guix-past/modules"
+		    ;"bnw" octave-3.4.3 FTBFS
+		    "gitea"
+		    "go-ipfs"
+		    "edirect"
+		    "bxd-power-calculator-app"
+		    "rn6-assembly-error-app"
+		    "singlecellrshiny"
+		    "virtuoso-ose"
+		    "hrdp-project"
+		    "bh20-seq-resource")
 		    ;(zero? (system* "guix" "system" "-L" "/home/shepherd/guix-bioinformatics"
 		    ;		    "container" "/home/shepherd/guix-bioinformatics/gn/services/bnw-container.scm"
 		    ;		    "--share=/home/shepherd/logs/bnw-server=/var/log" "--network")))