Use Stack 1.9.3 in the build script (unpack compatibility)

This commit is contained in:
Michael Snoyman 2019-06-16 05:23:18 -07:00
parent 4ab4608d6d
commit c5c9e0ea21
No known key found for this signature in database
GPG Key ID: A048E8C057E86876

View File

@ -94,8 +94,9 @@ then
docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "exec stackage-curator check-target-available --target $TARGET"
fi
# Get latest stack
curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C $EXTRA_BIN_DIR '*/stack'
# Get latest compatible stack
curl -L https://github.com/commercialhaskell/stack/releases/download/v1.9.3/stack-1.9.3-linux-x86_64-static.tar.gz | tar xz --wildcards --strip-components=1 -C $EXTRA_BIN_DIR '*/stack'
# Determine the new build plan unless NOPLAN is set
#