fixup
This commit is contained in:
parent
41402ac3d1
commit
3a7be2f321
|
|
@ -119,8 +119,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="$( \
|
||||
|
|
|
|||
|
|
@ -119,8 +119,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="$( \
|
||||
|
|
|
|||
|
|
@ -119,8 +119,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="$( \
|
||||
|
|
|
|||
|
|
@ -119,8 +119,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="$( \
|
||||
|
|
|
|||
|
|
@ -122,8 +122,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="$( \
|
||||
|
|
|
|||
|
|
@ -122,8 +122,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="$( \
|
||||
|
|
|
|||
|
|
@ -125,8 +125,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="$( \
|
||||
|
|
|
|||
|
|
@ -125,8 +125,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="$( \
|
||||
|
|
|
|||
|
|
@ -124,8 +124,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="$( \
|
||||
|
|
|
|||
|
|
@ -124,8 +124,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="$( \
|
||||
|
|
|
|||
|
|
@ -123,8 +123,8 @@ RUN set -eux; \
|
|||
--with-lz4 \
|
||||
--with-zstd \
|
||||
; \
|
||||
make -j "$(nproc)" all; \
|
||||
make install; \
|
||||
make -j "$(nproc)" world-bin; \
|
||||
make install-world-bin; \
|
||||
make -C contrib install; \
|
||||
\
|
||||
runDeps="$( \
|
||||
|
|
|
|||
|
|
@ -123,8 +123,8 @@ RUN set -eux; \
|
|||
--with-lz4 \
|
||||
--with-zstd \
|
||||
; \
|
||||
make -j "$(nproc)" all; \
|
||||
make install; \
|
||||
make -j "$(nproc)" world-bin; \
|
||||
make install-world-bin; \
|
||||
make -C contrib install; \
|
||||
\
|
||||
runDeps="$( \
|
||||
|
|
|
|||
|
|
@ -135,13 +135,8 @@ RUN set -eux; \
|
|||
--with-zstd \
|
||||
{{ ) else "" end -}}
|
||||
; \
|
||||
{{ if .major >= 17 then ( -}}
|
||||
make -j "$(nproc)" all; \
|
||||
make install; \
|
||||
{{ ) else ( -}}
|
||||
make -j "$(nproc)" world; \
|
||||
make install-world; \
|
||||
{{ ) end -}}
|
||||
make -j "$(nproc)" world-bin; \
|
||||
make install-world-bin; \
|
||||
make -C contrib install; \
|
||||
\
|
||||
runDeps="$( \
|
||||
|
|
|
|||
Loading…
Reference in New Issue