mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-03 17:39:49 +00:00
guix: fix first run reproducibility defect
This commit is contained in:
parent
1e32f7f099
commit
b792ed0020
1 changed files with 9 additions and 1 deletions
|
@ -348,6 +348,14 @@ EOF
|
|||
|
||||
rm -f "$(profiledir_for_host "${HOST}")"
|
||||
|
||||
# First run produces a different GUIX_ENVIRONMENT.
|
||||
time-machine environment --manifest="${PWD}/contrib/guix/manifest.scm" \
|
||||
--container \
|
||||
--pure \
|
||||
--no-cwd \
|
||||
-- env HOST="$HOST"
|
||||
|
||||
|
||||
# Run the build script 'contrib/guix/libexec/build.sh' in the build
|
||||
# container specified by 'contrib/guix/manifest.scm'.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue