Skip to content

Commit

Permalink
[guix] Add coreutils to eve container.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Dec 7, 2023
1 parent 57bb418 commit 52fe3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/jobs/build-guix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ deploy guix container eve:
- which guix
- guix describe
# All processes.
- image=$( guix time-machine -C scripts/guix/channels.scm -- pack --no-substitutes -RR --format=squashfs bash ogs-petsc [email protected]=$PWD | tee | tail -1 )
- image=$( guix time-machine -C scripts/guix/channels.scm -- pack --no-substitutes -RR --format=squashfs bash coreutils ogs-petsc [email protected]=$PWD | tee | tail -1 )
- echo "Image $image"
- ssh [email protected] rm -f ${GUIX_PETSC_CONTAINER}
- scp $image [email protected]:${GUIX_PETSC_CONTAINER}
Expand Down

0 comments on commit 52fe3bb

Please sign in to comment.