mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-17 00:35:48 +01:00
Use Stack 1.9.3 in the build script (unpack compatibility)
This commit is contained in:
parent
4ab4608d6d
commit
c5c9e0ea21
@ -94,8 +94,9 @@ then
|
|||||||
docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "exec stackage-curator check-target-available --target $TARGET"
|
docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "exec stackage-curator check-target-available --target $TARGET"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Get latest stack
|
# Get latest compatible stack
|
||||||
curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C $EXTRA_BIN_DIR '*/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
|
# Determine the new build plan unless NOPLAN is set
|
||||||
#
|
#
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user