mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-09 03:05:25 +08:00
Fix missing +x with new cabal and use previous release deps for caching
This commit is contained in:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user