From c5c9e0ea215f8e8507a64b72dc10781150199ca5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 16 Jun 2019 05:23:18 -0700 Subject: [PATCH] Use Stack 1.9.3 in the build script (unpack compatibility) --- automated/build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index c2b21131..48046dae 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -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 #