Skip to content

Commit

Permalink
chore: remove repeat build step
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Aug 6, 2023
1 parent e736f6a commit ee8950e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ COPY --from=swipl-devel-build /swipl-devel /swipl-devel
COPY --from=zlib /wasm /wasm
COPY --from=pcre /wasm /wasm

# Build the pcre dependencies and install them in /wasm
WORKDIR /wasm/pcre2/build
RUN emcmake cmake -DCMAKE_INSTALL_PREFIX=/wasm \
-DPCRE2GREP_SUPPORT_JIT=OFF \
-G Ninja .. $@
RUN ninja && ninja install

# Build SWIPL
WORKDIR /swipl-devel/build.wasm
RUN mkdir -p /swipl-devel/build.wasm
Expand Down

0 comments on commit ee8950e

Please sign in to comment.