From c7b7d93c48f13578d8a8cfe6fbcffdce8354d0c7 Mon Sep 17 00:00:00 2001 From: Phillip Davis Date: Wed, 3 Jun 2026 10:59:53 -0400 Subject: [PATCH] just 'build' etc --- .builds/guix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.builds/guix.yml b/.builds/guix.yml index 581fb50e0806f1a6cb68d855e71d769bd2963ea0..d30858aa81de75c86ae1b5707419a3765c956e1c 100644 --- a/.builds/guix.yml +++ b/.builds/guix.yml @@ -22,7 +22,7 @@ tasks: [ "$BUILD_REASON" = patchset ] || rm -rf sgx-jmp - build: | if [ "$BUILD_REASON" = patchset ]; then with_source="--with-source=$PWD/sgx-jmp"; fi - guix time-machine --commit=3455a004ec78a8c8a579b74da8039fbcd36cea73 -- guix build $with_source --no-grafts -r out -L. sgx-jmp + guix time-machine --commit=3455a004ec78a8c8a579b74da8039fbcd36cea73 -- build $with_source --no-grafts -r out -L. sgx-jmp - archive: | if [ -e signing-key.sec ]; then sudo mv signing-key.pub /etc/guix/ @@ -30,5 +30,5 @@ tasks: sudo chown root:root /etc/guix/signing-key.sec sudo chmod 0400 /etc/guix/signing-key.sec fi - guix time-machine --commit=3455a004ec78a8c8a579b74da8039fbcd36cea73 -- guix archive --export -r --no-grafts $(readlink -f out) > sgx-jmp.nar + guix time-machine --commit=3455a004ec78a8c8a579b74da8039fbcd36cea73 -- archive --export -r --no-grafts $(readlink -f out) > sgx-jmp.nar plzip sgx-jmp.nar