Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wesuRage authored Jan 22, 2025
1 parent 77ed4e6 commit bc8d32c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ RUN mkdir -p /tmp/llvm-project/build
RUN cd /tmp/llvm-project/build
RUN cmake /tmp/llvm-project/llvm \
-DCMAKE_BUILD_TYPE=Release \
-DLLVM_ENABLE_PROJECTS="clang;openmp" \
-DLLVM_ENABLE_PROJECTS="clang;openmp;mlir" \
-DLLVM_ENABLE_RTTI=ON \
-DCLANG_INCLUDE_TESTS=OFF
RUN make -j$(nproc)
RUN make install
RUN make -j$(nproc) install
RUN git clone https://github.com/galaxy-lang/galaxy /home/meow/galaxy
RUN cd /home/meow/galaxy && \
cmake /home/meow/galaxy && \
Expand Down

0 comments on commit bc8d32c

Please sign in to comment.