We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03a829 commit 464f16aCopy full SHA for 464f16a
build-docker.sh
@@ -16,7 +16,7 @@ docker run --rm \
16
-v $(pwd)/build-home:/home/build \
17
fpco/static-base \
18
/bin/bash -c \
19
- 'tar zxfv /sdist.tar.gz && cd pid1-* && stack install --test --local-bin-path /host-bin --ghc-options "-optl-static -fPIC -optc-Os" && upx --best --ultra-brute /host-bin/pid1'
+ 'chown $(id -u) $HOME && rm -rf $HOME/pid1-* && tar zxfv /sdist.tar.gz && cd pid1-* && stack install --test --local-bin-path /host-bin --ghc-options "-optl-static -fPIC -optc-Os" && upx --best --ultra-brute /host-bin/pid1'
20
21
22
cat > build-docker/Dockerfile <<EOF
0 commit comments