Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b234702

Browse filesBrowse 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
Copy full SHA for b234702

File tree

Expand file treeCollapse file tree

11 files changed

+0
-33
lines changed
Filter options
Expand file treeCollapse file tree

11 files changed

+0
-33
lines changed

‎13/alpine3.20/Dockerfile

Copy file name to clipboardExpand all lines: 13/alpine3.20/Dockerfile
-3Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎13/alpine3.21/Dockerfile

Copy file name to clipboardExpand all lines: 13/alpine3.21/Dockerfile
-3Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎14/alpine3.20/Dockerfile

Copy file name to clipboardExpand all lines: 14/alpine3.20/Dockerfile
-3Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎14/alpine3.21/Dockerfile

Copy file name to clipboardExpand all lines: 14/alpine3.21/Dockerfile
-3Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎15/alpine3.20/Dockerfile

Copy file name to clipboardExpand all lines: 15/alpine3.20/Dockerfile
-3Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎15/alpine3.21/Dockerfile

Copy file name to clipboardExpand all lines: 15/alpine3.21/Dockerfile
-3Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎16/alpine3.20/Dockerfile

Copy file name to clipboardExpand all lines: 16/alpine3.20/Dockerfile
-3Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎16/alpine3.21/Dockerfile

Copy file name to clipboardExpand all lines: 16/alpine3.21/Dockerfile
-3Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎17/alpine3.20/Dockerfile

Copy file name to clipboardExpand all lines: 17/alpine3.20/Dockerfile
-3Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎17/alpine3.21/Dockerfile

Copy file name to clipboardExpand all lines: 17/alpine3.21/Dockerfile
-3Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Dockerfile-alpine.template

Copy file name to clipboardExpand all lines: Dockerfile-alpine.template
-3Lines changed: 0 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.