Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aboeglin committed Jun 19, 2023
1 parent 8314618 commit 3cb9650
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Dockerfile-x86_64-linux
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,13 @@ COPY . .
# will download a new ghc version, which we want to avoid.
RUN stack install alex happy

RUN stack build --jobs 1 --flag madlib:static

# build runtime
RUN TARGET="LINUX_X64" ./scripts/build-runtime-libs
RUN AR="llvm-ar-12" TARGET="LINUX_X64" CPLUS_INCLUDE_PATH="/usr/include/c++/9:/usr/include/x86_64-linux-gnu/c++/9:/usr/include/" ./scripts/build-runtime


RUN stack build --jobs 1 --flag madlib:static


# build the js tools ( test-runner and package-installer )
RUN ./scripts/build

Expand Down

0 comments on commit 3cb9650

Please sign in to comment.