Skip to content
Snippets Groups Projects
Verified Commit 79e6b027 authored by Olivier Benz's avatar Olivier Benz
Browse files

Merge branch 'main' into freeze-version

parents c9ebc3d5 10dc2cb3
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
variables:
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: "/certs"
GHC_VERSION_BUILD: "9.4.2"
GHC_VERSION_BUILD: "9.4.3"
CABAL_VERSION_BUILD: "3.8.1.0"
before_script:
- *before-script-build
......
......@@ -107,10 +107,7 @@ RUN cd /tmp \
&& ./configure --disable-ld-override \
&& make install \
&& cd / \
&& rm -rf /tmp/* \
## Somehow /tmp/ghc-$GHC_VERSION-*-alpine-linux
## ends up at /usr/local/share/doc/ghc-$GHC_VERSION
&& rm -rf /usr/local/share/doc/ghc-$GHC_VERSION/*
&& rm -rf /tmp/*
FROM builder as tester
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment