From: tobtoht Date: Tue, 21 Mar 2023 11:21:26 +0000 (+0100) Subject: guix: remove profile symlink before build X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=1e32f7f099569388f497b06a5418ede2786577e6;p=gamesguru%2Ffeather.git guix: remove profile symlink before build --- diff --git a/contrib/guix/guix-build b/contrib/guix/guix-build index cd263a9d..28e5dfbc 100755 --- a/contrib/guix/guix-build +++ b/contrib/guix/guix-build @@ -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'. #