Skip to content

Commit

Permalink
fix(Dockerfile.crystal): remove llvm build step
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach authored Oct 24, 2024
1 parent 3a04af4 commit 0a73ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.crystal
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ WORKDIR /usr/src/crystal
COPY --from=builder /usr/src/crystal/Makefile .
COPY --from=builder /usr/src/crystal/src/llvm/ext src/llvm/ext
COPY --from=builder /usr/src/crystal/.build .build
RUN make llvm_ext

RUN sh -ex .build/crystal.sh && strip .build/crystal
# Link shards
WORKDIR /usr/src/shards
Expand Down

0 comments on commit 0a73ed3

Please sign in to comment.