Remove explicit config.guess/config.sub updates
When we added these lines, we needed newer files than PostgreSQL had upstream, but the situation has changed and we were pinned to a specific commit from 2017 - the _oldest_ PostgreSQL release version has a file from 2020.
This commit is contained in:
parent
266748257c
commit
b23470265c
|
|
@ -108,9 +108,6 @@ RUN set -eux; \
|
|||
grep '/var/run/postgresql' src/include/pg_config_manual.h.new; \
|
||||
mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h; \
|
||||
gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; \
|
||||
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
||||
wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb'; \
|
||||
wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb'; \
|
||||
\
|
||||
# https://git.alpinelinux.org/aports/tree/community/postgresql15/APKBUILD?h=3.21-stable&id=40544ade947bec1798edb0f749f4e967e842624b#n172
|
||||
export LLVM_CONFIG="/usr/lib/llvm15/bin/llvm-config"; \
|
||||
|
|
|
|||
|
|
@ -108,9 +108,6 @@ RUN set -eux; \
|
|||
grep '/var/run/postgresql' src/include/pg_config_manual.h.new; \
|
||||
mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h; \
|
||||
gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; \
|
||||
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
||||
wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb'; \
|
||||
wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb'; \
|
||||
\
|
||||
# https://git.alpinelinux.org/aports/tree/community/postgresql15/APKBUILD?h=3.21-stable&id=40544ade947bec1798edb0f749f4e967e842624b#n172
|
||||
export LLVM_CONFIG="/usr/lib/llvm19/bin/llvm-config"; \
|
||||
|
|
|
|||
|
|
@ -110,9 +110,6 @@ RUN set -eux; \
|
|||
grep '/var/run/postgresql' src/include/pg_config_manual.h.new; \
|
||||
mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h; \
|
||||
gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; \
|
||||
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
||||
wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb'; \
|
||||
wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb'; \
|
||||
\
|
||||
# https://git.alpinelinux.org/aports/tree/community/postgresql15/APKBUILD?h=3.21-stable&id=40544ade947bec1798edb0f749f4e967e842624b#n172
|
||||
export LLVM_CONFIG="/usr/lib/llvm15/bin/llvm-config"; \
|
||||
|
|
|
|||
|
|
@ -110,9 +110,6 @@ RUN set -eux; \
|
|||
grep '/var/run/postgresql' src/include/pg_config_manual.h.new; \
|
||||
mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h; \
|
||||
gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; \
|
||||
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
||||
wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb'; \
|
||||
wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb'; \
|
||||
\
|
||||
# https://git.alpinelinux.org/aports/tree/community/postgresql15/APKBUILD?h=3.21-stable&id=40544ade947bec1798edb0f749f4e967e842624b#n172
|
||||
export LLVM_CONFIG="/usr/lib/llvm19/bin/llvm-config"; \
|
||||
|
|
|
|||
|
|
@ -112,9 +112,6 @@ RUN set -eux; \
|
|||
grep '/var/run/postgresql' src/include/pg_config_manual.h.new; \
|
||||
mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h; \
|
||||
gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; \
|
||||
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
||||
wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb'; \
|
||||
wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb'; \
|
||||
\
|
||||
# https://git.alpinelinux.org/aports/tree/community/postgresql15/APKBUILD?h=3.21-stable&id=40544ade947bec1798edb0f749f4e967e842624b#n172
|
||||
export LLVM_CONFIG="/usr/lib/llvm15/bin/llvm-config"; \
|
||||
|
|
|
|||
|
|
@ -112,9 +112,6 @@ RUN set -eux; \
|
|||
grep '/var/run/postgresql' src/include/pg_config_manual.h.new; \
|
||||
mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h; \
|
||||
gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; \
|
||||
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
||||
wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb'; \
|
||||
wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb'; \
|
||||
\
|
||||
# https://git.alpinelinux.org/aports/tree/community/postgresql15/APKBUILD?h=3.21-stable&id=40544ade947bec1798edb0f749f4e967e842624b#n172
|
||||
export LLVM_CONFIG="/usr/lib/llvm19/bin/llvm-config"; \
|
||||
|
|
|
|||
|
|
@ -112,9 +112,6 @@ RUN set -eux; \
|
|||
grep '/var/run/postgresql' src/include/pg_config_manual.h.new; \
|
||||
mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h; \
|
||||
gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; \
|
||||
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
||||
wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb'; \
|
||||
wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb'; \
|
||||
\
|
||||
# https://git.alpinelinux.org/aports/tree/community/postgresql15/APKBUILD?h=3.21-stable&id=40544ade947bec1798edb0f749f4e967e842624b#n172
|
||||
export LLVM_CONFIG="/usr/lib/llvm15/bin/llvm-config"; \
|
||||
|
|
|
|||
|
|
@ -112,9 +112,6 @@ RUN set -eux; \
|
|||
grep '/var/run/postgresql' src/include/pg_config_manual.h.new; \
|
||||
mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h; \
|
||||
gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; \
|
||||
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
||||
wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb'; \
|
||||
wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb'; \
|
||||
\
|
||||
# https://git.alpinelinux.org/aports/tree/community/postgresql15/APKBUILD?h=3.21-stable&id=40544ade947bec1798edb0f749f4e967e842624b#n172
|
||||
export LLVM_CONFIG="/usr/lib/llvm19/bin/llvm-config"; \
|
||||
|
|
|
|||
|
|
@ -111,9 +111,6 @@ RUN set -eux; \
|
|||
grep '/var/run/postgresql' src/include/pg_config_manual.h.new; \
|
||||
mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h; \
|
||||
gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; \
|
||||
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
||||
wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb'; \
|
||||
wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb'; \
|
||||
\
|
||||
# https://git.alpinelinux.org/aports/tree/community/postgresql15/APKBUILD?h=3.21-stable&id=40544ade947bec1798edb0f749f4e967e842624b#n172
|
||||
export LLVM_CONFIG="/usr/lib/llvm15/bin/llvm-config"; \
|
||||
|
|
|
|||
|
|
@ -111,9 +111,6 @@ RUN set -eux; \
|
|||
grep '/var/run/postgresql' src/include/pg_config_manual.h.new; \
|
||||
mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h; \
|
||||
gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; \
|
||||
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
||||
wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb'; \
|
||||
wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb'; \
|
||||
\
|
||||
# https://git.alpinelinux.org/aports/tree/community/postgresql15/APKBUILD?h=3.21-stable&id=40544ade947bec1798edb0f749f4e967e842624b#n172
|
||||
export LLVM_CONFIG="/usr/lib/llvm19/bin/llvm-config"; \
|
||||
|
|
|
|||
|
|
@ -124,9 +124,6 @@ RUN set -eux; \
|
|||
grep '/var/run/postgresql' src/include/pg_config_manual.h.new; \
|
||||
mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h; \
|
||||
gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; \
|
||||
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
||||
wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb'; \
|
||||
wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb'; \
|
||||
\
|
||||
# https://git.alpinelinux.org/aports/tree/community/postgresql15/APKBUILD?h=3.21-stable&id=40544ade947bec1798edb0f749f4e967e842624b#n172
|
||||
export LLVM_CONFIG="/usr/lib/llvm{{ llvmver }}/bin/llvm-config"; \
|
||||
|
|
|
|||
Loading…
Reference in New Issue