Upgrade docker build images

This commit is contained in:
Vidar Holen
2024-06-24 05:12:21 +00:00
parent c4b7b79b8b
commit 3946cbd4a0
12 changed files with 194 additions and 77 deletions

View File

@@ -4,7 +4,6 @@ set -xe
tar xzv --strip-components=1
chmod +x striptests && ./striptests
mkdir "$TARGETNAME"
cabal update
( IFS=';'; cabal build $CABALOPTS )
find . -name shellcheck -type f -exec mv {} "$TARGETNAME/" \;
ls -l "$TARGETNAME"