Fix missing +x with new cabal and use previous release deps for caching

This commit is contained in:
Vidar Holen
2021-02-22 21:28:14 -08:00
parent 83435c4f2e
commit 88cd21fd0f
10 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ set -xe
cd /scratch
{
tar xzv --strip-components=1
./striptests
chmod +x striptests && ./striptests
mkdir "$TARGETNAME"
# This script does not cabal update because compiling anything new is slow
( IFS=';'; cabal build $CABALOPTS --enable-executable-static )