Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild for libpq 17 #294

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
26 changes: 1 addition & 25 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ libpng:
libsqlite:
- '3'
libxcb:
- '1.16'
- '1'
libxml2:
- '2'
nspr:
Expand All @@ -59,7 +59,7 @@ nss:
openssl:
- '3'
postgresql:
- '16'
- '17'
pulseaudio_client:
- '17.0'
target_platform:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ libpng:
libsqlite:
- '3'
libxcb:
- '1.16'
- '1'
libxml2:
- '2'
nspr:
Expand All @@ -63,7 +63,7 @@ nss:
openssl:
- '3'
postgresql:
- '16'
- '17'
pulseaudio_client:
- '17.0'
target_platform:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ libpng:
libsqlite:
- '3'
libxcb:
- '1.16'
- '1'
libxml2:
- '2'
nspr:
Expand All @@ -59,7 +59,7 @@ nss:
openssl:
- '3'
postgresql:
- '16'
- '17'
pulseaudio_client:
- '17.0'
target_platform:
Expand Down
12 changes: 12 additions & 0 deletions .ci_support/migrations/libpq17.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
__migrator:
build_number: 1
commit_message: Rebuild for libpq 17
kind: version
migration_number: 1
libpq:
- '17'
postgresql:
- '17'
postgresql_plpython:
- '17'
migrator_ts: 1727768708.7975254
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ nspr:
nss:
- '3'
postgresql:
- '16'
- '17'
target_platform:
- osx-64
zip_keys:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ nspr:
nss:
- '3'
postgresql:
- '16'
- '17'
target_platform:
- osx-arm64
zip_keys:
Expand Down
2 changes: 2 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ source:
folder: opengl32sw # [win64]

build:
number: 26
number: 27
detect_binary_files_with_prefix: true
run_exports:
- {{ pin_subpackage('qt-main', max_pin='x.x') }}
Expand Down
Loading