Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
alpine-lite-arm32v6:
name: Alpine - arm32v6 (Lite)
runs-on: ubuntu-latest
if: ${{ !(startsWith(github.event.milestone.title, '16.')) }}
if: ${{ startsWith(github.event.milestone.title, '10.') || startsWith(github.event.milestone.title, '11.') || startsWith(github.event.milestone.title, '12.') || startsWith(github.event.milestone.title, '13.') || startsWith(github.event.milestone.title, '14.') || startsWith(github.event.milestone.title, '15.') }}
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
alpine-lite-arm64v8:
name: Alpine - arm64v8 (Lite)
runs-on: ubuntu-latest
if: ${{ !(startsWith(github.event.milestone.title, '16.')) }}
if: ${{ startsWith(github.event.milestone.title, '10.') || startsWith(github.event.milestone.title, '11.') || startsWith(github.event.milestone.title, '12.') || startsWith(github.event.milestone.title, '13.') || startsWith(github.event.milestone.title, '14.') || startsWith(github.event.milestone.title, '15.') }}
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
alpine-lite-ppc64le:
name: Alpine - ppc64le (Lite)
runs-on: ubuntu-latest
if: ${{ !(startsWith(github.event.milestone.title, '16.')) }}
if: ${{ startsWith(github.event.milestone.title, '10.') || startsWith(github.event.milestone.title, '11.') || startsWith(github.event.milestone.title, '12.') || startsWith(github.event.milestone.title, '13.') || startsWith(github.event.milestone.title, '14.') || startsWith(github.event.milestone.title, '15.') }}
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -314,25 +314,25 @@ jobs:
name: ppc64leAlpineBundle
path: alpine-platforms/build/tmp/buildPpc64leAlpineBundle/bundle
- name: Download bundle - arm32v6AlpineLite
if: ${{ !(startsWith(github.event.milestone.title, '16.')) }}
if: ${{ startsWith(github.event.milestone.title, '10.') || startsWith(github.event.milestone.title, '11.') || startsWith(github.event.milestone.title, '12.') || startsWith(github.event.milestone.title, '13.') || startsWith(github.event.milestone.title, '14.') || startsWith(github.event.milestone.title, '15.') }}
uses: actions/download-artifact@v2
with:
name: arm32v6AlpineLiteBundle
path: alpine-lite-platforms/build/tmp/buildArm32v6AlpineLiteBundle/bundle
- name: Download bundle - arm64v8AlpineLite
if: ${{ !(startsWith(github.event.milestone.title, '16.')) }}
if: ${{ startsWith(github.event.milestone.title, '10.') || startsWith(github.event.milestone.title, '11.') || startsWith(github.event.milestone.title, '12.') || startsWith(github.event.milestone.title, '13.') || startsWith(github.event.milestone.title, '14.') || startsWith(github.event.milestone.title, '15.') }}
uses: actions/download-artifact@v2
with:
name: arm64v8AlpineLiteBundle
path: alpine-lite-platforms/build/tmp/buildArm64v8AlpineLiteBundle/bundle
- name: Download bundle - ppc64leAlpineLite
if: ${{ !(startsWith(github.event.milestone.title, '16.')) }}
if: ${{ startsWith(github.event.milestone.title, '10.') || startsWith(github.event.milestone.title, '11.') || startsWith(github.event.milestone.title, '12.') || startsWith(github.event.milestone.title, '13.') || startsWith(github.event.milestone.title, '14.') || startsWith(github.event.milestone.title, '15.') }}
uses: actions/download-artifact@v2
with:
name: ppc64leAlpineLiteBundle
path: alpine-lite-platforms/build/tmp/buildPpc64leAlpineLiteBundle/bundle
- name: Release with Gradle
if: ${{ !(startsWith(github.event.milestone.title, '16.')) }}
if: ${{ startsWith(github.event.milestone.title, '10.') || startsWith(github.event.milestone.title, '11.') || startsWith(github.event.milestone.title, '12.') || startsWith(github.event.milestone.title, '13.') || startsWith(github.event.milestone.title, '14.') || startsWith(github.event.milestone.title, '15.') }}
env:
MAVEN_USER: ${{ secrets.MAVEN_USER }}
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
Expand All @@ -355,7 +355,7 @@ jobs:
-Possrh.username=$MAVEN_USER \
-Possrh.password=$MAVEN_PASS
- name: Release with Gradle 2
if: ${{ startsWith(github.event.milestone.title, '16.') }}
if: ${{ !startsWith(github.event.milestone.title, '10.') && !startsWith(github.event.milestone.title, '11.') && !startsWith(github.event.milestone.title, '12.') && !startsWith(github.event.milestone.title, '13.') && !startsWith(github.event.milestone.title, '14.') && !startsWith(github.event.milestone.title, '15.') }}
env:
MAVEN_USER: ${{ secrets.MAVEN_USER }}
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: ["16.4", "15.8", "14.13", "13.16", "12.20"]
postgres: ["17.0", "16.4", "15.8", "14.13", "13.16", "12.20"]
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: ["16.4", "15.8", "14.13", "13.16", "12.20"]
postgres: ["17.0", "16.4", "15.8", "14.13", "13.16", "12.20"]
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand All @@ -47,7 +47,7 @@ jobs:
run: ./gradlew :alpine-platforms:testAmd64AlpineJar -Pversion=${{ matrix.postgres }}-TEST -PpgVersion=${{ matrix.postgres }}
timeout-minutes: 10
- name: Test PostgreSQL bundle (lite)
if: ${{ !(startsWith(matrix.postgres, '9.')) && !(startsWith(matrix.postgres, '16.')) }}
if: ${{ startsWith(matrix.postgres, '10.') || startsWith(matrix.postgres, '11.') || startsWith(matrix.postgres, '12.') || startsWith(matrix.postgres, '13.') || startsWith(matrix.postgres, '14.') || startsWith(matrix.postgres, '15.') }}
run: ./gradlew :alpine-lite-platforms:testAmd64AlpineLiteJar -Pversion=${{ matrix.postgres }}-TEST -PpgVersion=${{ matrix.postgres }}
timeout-minutes: 10
macos:
Expand All @@ -56,7 +56,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: ["16.4", "15.8", "14.13", "13.16", "12.20"]
postgres: ["17.0", "16.4", "15.8", "14.13", "13.16", "12.20"]
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand All @@ -78,7 +78,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: ["16.4", "15.8", "14.13", "13.16", "12.20"]
postgres: ["17.0", "16.4", "15.8", "14.13", "13.16", "12.20"]
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand Down
6 changes: 4 additions & 2 deletions scripts/build-postgres-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ $DOCKER_OPTS $IMG_NAME /bin/sh -ex -c 'echo "Starting building postgres binaries
python3-dev \
tcl-dev \
chrpath \
flex \
bison \
\
&& if [ "$E2FS_ENABLED" = false ]; then \
wget -O uuid.tar.gz "https://www.mirrorservice.org/sites/ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz" \
Expand Down Expand Up @@ -100,8 +102,8 @@ $DOCKER_OPTS $IMG_NAME /bin/sh -ex -c 'echo "Starting building postgres binaries
--with-python \
--with-tcl \
--without-readline \
&& make -j$(nproc) world \
&& make install-world \
&& make -j$(nproc) world-bin \
&& make install-world-bin \
&& make -C contrib install \
\
&& if [ -n "$POSTGIS_VERSION" ]; then \
Expand Down
6 changes: 4 additions & 2 deletions scripts/build-postgres-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ $DOCKER_OPTS $IMG_NAME /bin/bash -ex -c 'echo "Starting building postgres binari
libperl-dev \
python3-dev \
tcl-dev \
flex \
bison \
\
&& wget -O patchelf.tar.gz "https://nixos.org/releases/patchelf/patchelf-0.9/patchelf-0.9.tar.gz" \
&& mkdir -p /usr/src/patchelf \
Expand Down Expand Up @@ -92,8 +94,8 @@ $DOCKER_OPTS $IMG_NAME /bin/bash -ex -c 'echo "Starting building postgres binari
--with-python \
--with-tcl \
--without-readline \
&& make -j$(nproc) world \
&& make install-world \
&& make -j$(nproc) world-bin \
&& make install-world-bin \
&& make -C contrib install \
\
&& if [ -n "$POSTGIS_VERSION" ]; then \
Expand Down
Loading