Skip to content

Commit

Permalink
Rebuild for libxcb115 migration (#7)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] committed May 23, 2023
2 parents c37b800 + db12a8b commit 942cd97
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .ci_support/linux_64_qt5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libxcb:
- '1.15'
qt:
- '5'
qt_main:
- '5.15'
target_platform:
- linux-64
6 changes: 5 additions & 1 deletion .ci_support/linux_64_qt6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libxcb:
- '1.15'
qt:
- '6'
qt_main:
- '5.15'
target_platform:
- linux-64
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: 2 additions & 0 deletions .ci_support/osx_64_qt5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ macos_machine:
- x86_64-apple-darwin13.4.0
qt:
- '5'
qt_main:
- '5.15'
target_platform:
- osx-64
2 changes: 2 additions & 0 deletions .ci_support/osx_64_qt6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ macos_machine:
- x86_64-apple-darwin13.4.0
qt:
- '6'
qt_main:
- '5.15'
target_platform:
- osx-64
2 changes: 2 additions & 0 deletions .ci_support/win_64_qt5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ cxx_compiler:
- vs2019
qt:
- '5'
qt_main:
- '5.15'
target_platform:
- win-64
2 changes: 2 additions & 0 deletions .ci_support/win_64_qt6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ cxx_compiler:
- vs2019
qt:
- '6'
qt_main:
- '5.15'
target_platform:
- win-64

0 comments on commit 942cd97

Please sign in to comment.