File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ BINDIR=$(cd $ROOT/work/bin ; pwd)
8080cd $BINDIR
8181rm -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
8484chmod +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
8989curl -L https://github.com/commercialhaskell/stack/releases/download/v${STACK_VERSION} /stack-${STACK_VERSION} -linux-x86_64-bin > stack
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ ARG GHC_VERSION=9.10.3
66ARG LTS_SLUG=lts-24.12
77# update to 0.1.3.1 for lts-25
88ARG PID1_VERSION=0.1.2.0
9- # update to 3.9.1 for lts-25
109ARG STACK_VERSION=3.7.1
1110ARG CUDA_VERSION=10.0
1211ARG JVM_PATH=/usr/lib/jvm/java-8-openjdk-amd64
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ unzip -q awscliv2.zip
2424)
2525rm -rf /tmp/awscli
2626
27- STACK_VERSION=3.9 .1
27+ STACK_VERSION=3.7 .1
2828curl -L https://github.com/commercialhaskell/stack/releases/download/v${STACK_VERSION} /stack-${STACK_VERSION} -linux-x86_64-bin > /usr/bin/stack
2929chmod +x /usr/bin/stack
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export PATH=$HOME/.local/bin:$PATH
1111curl -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
1515chmod +x curator
1616
1717# Install GHC
You can’t perform that action at this time.
0 commit comments