Skip to content

Commit

Permalink
Fixed Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
CHERTS committed Sep 24, 2024
1 parent 317b395 commit 3ffa24d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions 12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ RUN set -eux; \
--with-icu \
--with-llvm \
; \
make -j "$(nproc)" world; \
make install-world; \
make -j "$(nproc)" world-bin; \
make install-world-bin; \
make -C contrib install; \
\
runDeps="$( \
Expand Down
4 changes: 2 additions & 2 deletions 13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ RUN set -eux; \
--with-icu \
--with-llvm \
; \
make -j "$(nproc)" world; \
make install-world; \
make -j "$(nproc)" world-bin; \
make install-world-bin; \
make -C contrib install; \
\
runDeps="$( \
Expand Down
4 changes: 2 additions & 2 deletions 14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ RUN set -eux; \
--with-llvm \
--with-lz4 \
; \
make -j "$(nproc)" world; \
make install-world; \
make -j "$(nproc)" world-bin; \
make install-world-bin; \
make -C contrib install; \
\
runDeps="$( \
Expand Down
4 changes: 2 additions & 2 deletions 15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ RUN set -eux; \
--with-lz4 \
--with-zstd \
; \
make -j "$(nproc)" world; \
make install-world; \
make -j "$(nproc)" world-bin; \
make install-world-bin; \
make -C contrib install; \
\
runDeps="$( \
Expand Down
4 changes: 2 additions & 2 deletions 16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ RUN set -eux; \
--with-lz4 \
--with-zstd \
; \
make -j "$(nproc)" world; \
make install-world; \
make -j "$(nproc)" world-bin; \
make install-world-bin; \
make -C contrib install; \
\
runDeps="$( \
Expand Down

0 comments on commit 3ffa24d

Please sign in to comment.