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
16
16
17
17
RUN update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
18
18
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
20
21
21
22
RUN git clone 'https://github.com/z3prover/z3' --branch=z3-4.6.0 \
22
23
&& cd z3 \
@@ -47,7 +48,7 @@ ENV LC_ALL=C.UTF-8
47
48
ADD --chown=user:user deps/k/haskell-backend/src/main/native/haskell-backend/stack.yaml /home/user/.tmp-haskell/
48
49
ADD --chown=user:user deps/k/haskell-backend/src/main/native/haskell-backend/kore/package.yaml /home/user/.tmp-haskell/kore/
49
50
RUN cd /home/user/.tmp-haskell \
50
- && stack build --only-snapshot --test --bench --no-haddock-deps --haddock --library-profiling
51
+ && stack build --only-snapshot
51
52
52
53
ENV LD_LIBRARY_PATH=/usr/local/lib
53
54
ENV PATH=/home/user/.local/bin:/home/user/.cargo/bin:$PATH
You can’t perform that action at this time.
0 commit comments