Merge pull request #9639

5a36ec0 ci: disable guix commit authentication (tobtoht)
This commit is contained in:
tobtoht 2025-01-14 16:20:28 +00:00
commit ca0b43d304
No known key found for this signature in database
GPG Key ID: E45B10DD027D2472

View File

@ -83,7 +83,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
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.toolchain.target }}