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 libxcb115 #162

Closed
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
2 changes: 2 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ libpng:
- '1.6'
libsqlite:
- '3'
libxcb:
- '1.15'
libxml2:
- '2.10'
nspr:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ libpng:
- '1.6'
libsqlite:
- '3'
libxcb:
- '1.15'
libxml2:
- '2.10'
nspr:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ libpng:
- '1.6'
libsqlite:
- '3'
libxcb:
- '1.15'
libxml2:
- '2.10'
nspr:
Expand Down
7 changes: 0 additions & 7 deletions .ci_support/migrations/libevent2112.yaml

This file was deleted.

9 changes: 9 additions & 0 deletions .ci_support/migrations/libxcb115.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
migrator_ts: 1684619068
__migrator:
kind: version
migration_number: 1
bump_number: 1

# Remember to add to global pinnings
libxcb:
- '1.15'
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ source:
folder: opengl32sw # [win64]

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