]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
ci: disable guix commit authentication
authortobtoht <tob@featherwallet.org>
Fri, 21 Feb 2025 20:26:14 +0000 (21:26 +0100)
committertobtoht <tob@featherwallet.org>
Sat, 22 Feb 2025 07:38:51 +0000 (08:38 +0100)
.github/workflows/guix.yml

index 08445d7fabfa87ac1e7c630632f6b805018720b7..a0825b04a328fbe6da7a4873b5b68e47f329d5e6 100644 (file)
@@ -71,7 +71,7 @@ jobs:
           sudo aa-enforce guix || true
           sudo apt purge apparmor
       - name: build
-        run: SUBSTITUTE_URLS='http://bordeaux.guix.gnu.org' HOSTS="${{ matrix.toolchain.target }}" ./contrib/guix/guix-build
+        run: ADDITIONAL_GUIX_TIMEMACHINE_FLAGS="--disable-authentication" SUBSTITUTE_URLS='http://bordeaux.guix.gnu.org' HOSTS="${{ matrix.toolchain.target }}" ./contrib/guix/guix-build
       - name: virustotal scan
         env:
           VT_API_KEY: ${{ secrets.VT_API_KEY }}