guix: remove profile symlink before build

This commit is contained in:
tobtoht 2023-03-21 12:21:26 +01:00
parent 6f0829cfb9
commit 1e32f7f099
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -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")'
EOF
rm -f "$(profiledir_for_host "${HOST}")"
# Run the build script 'contrib/guix/libexec/build.sh' in the build
# container specified by 'contrib/guix/manifest.scm'.
#