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

Rebuild GHC version 9.4.8

- Fix 9.4.8.Dockerfile
parent e97e7ef4
Branches
No related tags found
No related merge requests found
Pipeline #25796 passed
......@@ -155,7 +155,7 @@ FROM ghc-stage1 as test
WORKDIR /usr/local/src
## Install Cabal (the tool) built with the GHC target version
COPY --from=ghc-stage2 /root/.local/bin/cabal /usr/local/bin/cabal
COPY --from=ghc-stage2 /root/.cabal/bin/cabal /usr/local/bin/cabal
COPY Main.hs Main.hs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment