Skip to content

Commit b234702

Browse files
committed
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.
1 parent 2667482 commit b234702

File tree

11 files changed

+0
-33
lines changed

11 files changed

+0
-33
lines changed

13/alpine3.20/Dockerfile

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

13/alpine3.21/Dockerfile

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

14/alpine3.20/Dockerfile

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

14/alpine3.21/Dockerfile

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

15/alpine3.20/Dockerfile

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

15/alpine3.21/Dockerfile

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

16/alpine3.20/Dockerfile

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

16/alpine3.21/Dockerfile

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

17/alpine3.20/Dockerfile

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

17/alpine3.21/Dockerfile

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile-alpine.template

-3
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@ RUN set -eux; \
124124
grep '/var/run/postgresql' src/include/pg_config_manual.h.new; \
125125
mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h; \
126126
gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; \
127-
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
128-
wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb'; \
129-
wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb'; \
130127
\
131128
# https://git.alpinelinux.org/aports/tree/community/postgresql15/APKBUILD?h=3.21-stable&id=40544ade947bec1798edb0f749f4e967e842624b#n172
132129
export LLVM_CONFIG="/usr/lib/llvm{{ llvmver }}/bin/llvm-config"; \

0 commit comments

Comments
 (0)