Skip to content

Commit

Permalink
cryptol-remote-api Dockerfile: Properly declare ARGs in toolchain stage
Browse files Browse the repository at this point in the history
Addresses the issue identified in
#1600 (comment).
  • Loading branch information
RyanGlScott committed Jan 5, 2024
1 parent 8b0d188 commit c182d70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cryptol-remote-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ RUN ghcup install cabal ${CABALVER} --set
ENV PATH=/root/.cabal/bin:$PATH
ADD ./cryptol-remote-api/ghc-portability.patch .
ARG GHCVER
ARG CABALVER
ARG GHCVER_BOOTSTRAP
ARG ALEXVER
ARG HAPPYVER
RUN if ${PORTABILITY}; then \
ghcup install ghc ${GHCVER_BOOTSTRAP} && \
ghcup set ghc ${GHCVER_BOOTSTRAP} && \
Expand Down

0 comments on commit c182d70

Please sign in to comment.