From 673b511a998ea004e3d8c48b29fd100e42d52d53 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Fri, 21 Feb 2025 21:26:14 +0100 Subject: [PATCH] ci: disable guix commit authentication --- .github/workflows/guix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/guix.yml b/.github/workflows/guix.yml index 08445d7f..a0825b04 100644 --- a/.github/workflows/guix.yml +++ b/.github/workflows/guix.yml @@ -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 }} -- 2.52.0