Skip to content

Commit 9fc2607

Browse files
committed
Revert to stack 3.7.1 and curator build with lts-22.43 (#7933).
1 parent c50bf4e commit 9fc2607

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

automated/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ BINDIR=$(cd $ROOT/work/bin ; pwd)
8080
cd $BINDIR
8181
rm -f curator stack -- *.bz2
8282

83-
curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-94bf97ad57e03993b8c57a8c4750ea1d00507f68/curator.bz2" | bunzip2 > curator
83+
curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-9b711e4c71f730cf2ba02cf928882486b27b65a5/curator.bz2" | bunzip2 > curator
8484
chmod +x curator
8585

86-
STACK_VERSION=3.9.1
86+
STACK_VERSION=3.7.1
8787
# rc url
8888
#curl -L https://github.com/commercialhaskell/stack/releases/download/rc%2Fv${STACK_VERSION}/stack-${STACK_VERSION}-linux-x86_64-bin > stack
8989
curl -L https://github.com/commercialhaskell/stack/releases/download/v${STACK_VERSION}/stack-${STACK_VERSION}-linux-x86_64-bin > stack

automated/dockerfiles/lts-24.12/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ARG GHC_VERSION=9.10.3
66
ARG LTS_SLUG=lts-24.12
77
# update to 0.1.3.1 for lts-25
88
ARG PID1_VERSION=0.1.2.0
9-
# update to 3.9.1 for lts-25
109
ARG STACK_VERSION=3.7.1
1110
ARG CUDA_VERSION=10.0
1211
ARG JVM_PATH=/usr/lib/jvm/java-8-openjdk-amd64

docker/01-build-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ unzip -q awscliv2.zip
2424
)
2525
rm -rf /tmp/awscli
2626

27-
STACK_VERSION=3.9.1
27+
STACK_VERSION=3.7.1
2828
curl -L https://github.com/commercialhaskell/stack/releases/download/v${STACK_VERSION}/stack-${STACK_VERSION}-linux-x86_64-bin > /usr/bin/stack
2929
chmod +x /usr/bin/stack

etc/check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export PATH=$HOME/.local/bin:$PATH
1111
curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
1212

1313
# Get new Stackage curator
14-
curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-94bf97ad57e03993b8c57a8c4750ea1d00507f68/curator.bz2" | bunzip2 > curator
14+
curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-9b711e4c71f730cf2ba02cf928882486b27b65a5/curator.bz2" | bunzip2 > curator
1515
chmod +x curator
1616

1717
# Install GHC

0 commit comments

Comments
 (0)