Skip to content

Commit

Permalink
alpine: use LLVM 19 for arm64
Browse files Browse the repository at this point in the history
It seems that the official PostgreSQL image is updated recently.
  • Loading branch information
kou committed Dec 10, 2024
1 parent 6bc3988 commit d060858
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions alpine/13-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ RUN \
apk add --no-cache --virtual=.build-dependencies \
apache-arrow-dev \
build-base \
clang$([ $(arch) = "x86_64" ] && echo 19 || echo 15)-dev \
clang19-dev \
cmake \
gettext-dev \
linux-headers \
llvm$([ $(arch) = "x86_64" ] && echo 19 || echo 15) \
llvm19 \
lz4-dev \
msgpack-c-dev \
rapidjson-dev \
Expand Down
4 changes: 2 additions & 2 deletions alpine/13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ RUN \
apk add --no-cache --virtual=.build-dependencies \
apache-arrow-dev \
build-base \
clang$([ $(arch) = "x86_64" ] && echo 19 || echo 15)-dev \
clang19-dev \
cmake \
gettext-dev \
linux-headers \
llvm$([ $(arch) = "x86_64" ] && echo 19 || echo 15) \
llvm19 \
lz4-dev \
msgpack-c-dev \
rapidjson-dev \
Expand Down
4 changes: 2 additions & 2 deletions alpine/14-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ RUN \
apk add --no-cache --virtual=.build-dependencies \
apache-arrow-dev \
build-base \
clang$([ $(arch) = "x86_64" ] && echo 19 || echo 15)-dev \
clang19-dev \
cmake \
gettext-dev \
linux-headers \
llvm$([ $(arch) = "x86_64" ] && echo 19 || echo 15) \
llvm19 \
lz4-dev \
msgpack-c-dev \
rapidjson-dev \
Expand Down
4 changes: 2 additions & 2 deletions alpine/14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ RUN \
apk add --no-cache --virtual=.build-dependencies \
apache-arrow-dev \
build-base \
clang$([ $(arch) = "x86_64" ] && echo 19 || echo 15)-dev \
clang19-dev \
cmake \
gettext-dev \
linux-headers \
llvm$([ $(arch) = "x86_64" ] && echo 19 || echo 15) \
llvm19 \
lz4-dev \
msgpack-c-dev \
rapidjson-dev \
Expand Down
4 changes: 2 additions & 2 deletions alpine/15-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ RUN \
apk add --no-cache --virtual=.build-dependencies \
apache-arrow-dev \
build-base \
clang$([ $(arch) = "x86_64" ] && echo 19 || echo 15)-dev \
clang19-dev \
cmake \
gettext-dev \
linux-headers \
llvm$([ $(arch) = "x86_64" ] && echo 19 || echo 15) \
llvm19 \
lz4-dev \
msgpack-c-dev \
rapidjson-dev \
Expand Down
4 changes: 2 additions & 2 deletions alpine/15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ RUN \
apk add --no-cache --virtual=.build-dependencies \
apache-arrow-dev \
build-base \
clang$([ $(arch) = "x86_64" ] && echo 19 || echo 15)-dev \
clang19-dev \
cmake \
gettext-dev \
linux-headers \
llvm$([ $(arch) = "x86_64" ] && echo 19 || echo 15) \
llvm19 \
lz4-dev \
msgpack-c-dev \
rapidjson-dev \
Expand Down
4 changes: 2 additions & 2 deletions alpine/16-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ RUN \
apk add --no-cache --virtual=.build-dependencies \
apache-arrow-dev \
build-base \
clang$([ $(arch) = "x86_64" ] && echo 19 || echo 15)-dev \
clang19-dev \
cmake \
gettext-dev \
linux-headers \
llvm$([ $(arch) = "x86_64" ] && echo 19 || echo 15) \
llvm19 \
lz4-dev \
msgpack-c-dev \
rapidjson-dev \
Expand Down
4 changes: 2 additions & 2 deletions alpine/16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ RUN \
apk add --no-cache --virtual=.build-dependencies \
apache-arrow-dev \
build-base \
clang$([ $(arch) = "x86_64" ] && echo 19 || echo 15)-dev \
clang19-dev \
cmake \
gettext-dev \
linux-headers \
llvm$([ $(arch) = "x86_64" ] && echo 19 || echo 15) \
llvm19 \
lz4-dev \
msgpack-c-dev \
rapidjson-dev \
Expand Down
4 changes: 2 additions & 2 deletions alpine/17-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ RUN \
apk add --no-cache --virtual=.build-dependencies \
apache-arrow-dev \
build-base \
clang$([ $(arch) = "x86_64" ] && echo 19 || echo 15)-dev \
clang19-dev \
cmake \
gettext-dev \
linux-headers \
llvm$([ $(arch) = "x86_64" ] && echo 19 || echo 15) \
llvm19 \
lz4-dev \
msgpack-c-dev \
rapidjson-dev \
Expand Down
4 changes: 2 additions & 2 deletions alpine/17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ RUN \
apk add --no-cache --virtual=.build-dependencies \
apache-arrow-dev \
build-base \
clang$([ $(arch) = "x86_64" ] && echo 19 || echo 15)-dev \
clang19-dev \
cmake \
gettext-dev \
linux-headers \
llvm$([ $(arch) = "x86_64" ] && echo 19 || echo 15) \
llvm19 \
lz4-dev \
msgpack-c-dev \
rapidjson-dev \
Expand Down

0 comments on commit d060858

Please sign in to comment.