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 protobuf423 and bump to 7.5.0 #16

Merged
16 changes: 12 additions & 4 deletions .azure-pipelines/azure-pipelines-linux.yml

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

14 changes: 10 additions & 4 deletions .azure-pipelines/azure-pipelines-osx.yml

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

15 changes: 11 additions & 4 deletions .azure-pipelines/azure-pipelines-win.yml

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

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
- '12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -11,9 +11,11 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
- '20230125'
libprotobuf:
- '3.21'
pin_run_as_build:
Expand Down
42 changes: 42 additions & 0 deletions .ci_support/linux_64_libprotobuf4.23.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
- '20230125'
libprotobuf:
- 4.23.2
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
pybind11_abi:
- '4'
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
qt_main:
- '5.15'
target_platform:
- linux-64
tinyxml2:
- '9'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '10'
- '12'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -15,9 +15,11 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
- '20230125'
libprotobuf:
- '3.21'
pin_run_as_build:
Expand Down
46 changes: 46 additions & 0 deletions .ci_support/linux_aarch64_libprotobuf4.23.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
- '20230125'
libprotobuf:
- 4.23.2
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
pybind11_abi:
- '4'
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
qt_main:
- '5.15'
target_platform:
- linux-aarch64
tinyxml2:
- '9'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
11 changes: 11 additions & 0 deletions .ci_support/migrations/protobuf423.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
__migrator:
build_number: 1
kind: version
migration_number: 2
libgrpc:
- '1.54'
- '1.55'
libprotobuf:
- '3.21'
- '4.23.2'
migrator_ts: 1684932016.2362208
10 changes: 0 additions & 10 deletions .ci_support/migrations/qt515.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '14'
- '15'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
- '15'
libabseil:
- '20230125'
libprotobuf:
- '3.21'
macos_machine:
Expand Down
42 changes: 42 additions & 0 deletions .ci_support/osx_64_libprotobuf4.23.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_compiler:
- clang
c_compiler_version:
- '15'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
libabseil:
- '20230125'
libprotobuf:
- 4.23.2
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
pybind11_abi:
- '4'
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_73_pypy
- 3.8.* *_cpython
- 3.9.* *_73_pypy
- 3.9.* *_cpython
qt_main:
- '5.15'
target_platform:
- osx-64
tinyxml2:
- '9'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '14'
- '15'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
- '15'
libabseil:
- '20230125'
libprotobuf:
- '3.21'
macos_machine:
Expand Down
40 changes: 40 additions & 0 deletions .ci_support/osx_arm64_libprotobuf4.23.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
c_compiler:
- clang
c_compiler_version:
- '15'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
libabseil:
- '20230125'
libprotobuf:
- 4.23.2
macos_machine:
- arm64-apple-darwin20.0.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
pybind11_abi:
- '4'
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
qt_main:
- '5.15'
target_platform:
- osx-arm64
tinyxml2:
- '9'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ channel_targets:
- conda-forge main
cxx_compiler:
- vs2019
libabseil:
- '20230125'
libprotobuf:
- '3.21'
pin_run_as_build:
Expand Down
Loading