mirror of
https://github.com/feather-wallet/feather.git
synced 2025-03-21 14:38:44 +00:00
guix: remove profile symlink before build
This commit is contained in:
parent
6f0829cfb9
commit
1e32f7f099
1 changed files with 2 additions and 0 deletions
|
@ -346,6 +346,8 @@ INFO: Building ${VERSION:?not set} for platform triple ${HOST:?not set}:
|
||||||
...bind-mounted in container to: '$(OUTDIR_BASE=/outdir-base && outdir_for_host "$HOST")'
|
...bind-mounted in container to: '$(OUTDIR_BASE=/outdir-base && outdir_for_host "$HOST")'
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
rm -f "$(profiledir_for_host "${HOST}")"
|
||||||
|
|
||||||
# Run the build script 'contrib/guix/libexec/build.sh' in the build
|
# Run the build script 'contrib/guix/libexec/build.sh' in the build
|
||||||
# container specified by 'contrib/guix/manifest.scm'.
|
# container specified by 'contrib/guix/manifest.scm'.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue