Skip to content

Commit

Permalink
[ci] Add --no-substitutes to guix build.
Browse files Browse the repository at this point in the history
Should fix build errors:

guix substitute: error: TLS error in procedure "write_to_session_record_port"
  • Loading branch information
bilke committed Sep 1, 2023
1 parent 212ff60 commit cd2377d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/jobs/build-guix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ build guix:
allow_failure: true
script:
# SteadyStateDiffusion only!
- guix time-machine --commit=${GUIX_COMMIT} -- build -L $PWD/.guix/modules ogs-ssd
- guix time-machine --commit=${GUIX_COMMIT} -- build -L $PWD/.guix/modules ogs-petsc-ssd
- guix time-machine --commit=${GUIX_COMMIT} -- build --no-substitutes -L $PWD/.guix/modules ogs-ssd
- guix time-machine --commit=${GUIX_COMMIT} -- build --no-substitutes -L $PWD/.guix/modules ogs-petsc-ssd

deploy guix container eve:
stage: build
Expand Down

0 comments on commit cd2377d

Please sign in to comment.