File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ RUN apt-get update
1616
1717RUN update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
1818
19- RUN curl -sSL https://get.haskellstack.org/ | sh
19+ ADD deps/k/haskell-backend/src/main/native/haskell-backend/scripts/install-stack.sh /.install-stack/
20+ RUN /.install-stack/install-stack.sh
2021
2122RUN git clone 'https://github.com/z3prover/z3' --branch=z3-4.6.0 \
2223 && cd z3 \
@@ -47,7 +48,7 @@ ENV LC_ALL=C.UTF-8
4748ADD --chown=user:user deps/k/haskell-backend/src/main/native/haskell-backend/stack.yaml /home/user/.tmp-haskell/
4849ADD --chown=user:user deps/k/haskell-backend/src/main/native/haskell-backend/kore/package.yaml /home/user/.tmp-haskell/kore/
4950RUN cd /home/user/.tmp-haskell \
50- && stack build --only-snapshot --test --bench --no-haddock-deps --haddock --library-profiling
51+ && stack build --only-snapshot
5152
5253ENV LD_LIBRARY_PATH=/usr/local/lib
5354ENV PATH=/home/user/.local/bin:/home/user/.cargo/bin:$PATH
You can’t perform that action at this time.
0 commit comments