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

Make libprotobuf a build only dependency #74

Merged
merged 19 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
4def034
Rebuild for libprotobuf 4.23.3
charlesbluca Oct 12, 2023
5abcf49
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.27.1, and co…
Oct 12, 2023
8909e80
Define libprotobuf matrx in conda build config
charlesbluca Oct 12, 2023
ebbbb81
Modify conda build config to define libgrpc variants
charlesbluca Oct 12, 2023
a6635cf
Remove zip_keys.
bdice Oct 12, 2023
c5a9a97
Remove migrations.
bdice Oct 12, 2023
f315333
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.27.1, and co…
bdice Oct 12, 2023
de9f921
Add MACOSX_DEPLOYMENT_TARGET and re-rendered with conda-build 3.27.0,…
bdice Oct 12, 2023
6fee414
Attempt to update build matrix with migrator file
charlesbluca Oct 12, 2023
7a662d4
Revert changes to migrators.
bdice Oct 12, 2023
1c985af
Update migrator to use operation: key_add.
bdice Oct 12, 2023
35d2ca7
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.27.1, and co…
bdice Oct 12, 2023
17a73ae
Remove libprotobuf from host deps
charlesbluca Oct 12, 2023
4cce344
MNT: Re-rendered with conda-build 3.24.0, conda-smithy 3.27.1, and co…
charlesbluca Oct 12, 2023
a9dc936
Unconditionally include libprotobuf in build deps
charlesbluca Oct 12, 2023
5f7c60a
MNT: Re-rendered with conda-build 3.24.0, conda-smithy 3.27.1, and co…
charlesbluca Oct 12, 2023
5775146
Delete unneeded custom migrator
jakirkham Oct 12, 2023
8c6f29d
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.27.1, and co…
Oct 12, 2023
689afdd
Readd EOF newline to `conda_build_config.yaml`
jakirkham Oct 12, 2023
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
64 changes: 48 additions & 16 deletions .azure-pipelines/azure-pipelines-linux.yml

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

56 changes: 40 additions & 16 deletions .azure-pipelines/azure-pipelines-osx.yml

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

28 changes: 20 additions & 8 deletions .azure-pipelines/azure-pipelines-win.yml

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

32 changes: 32 additions & 0 deletions .ci_support/linux_64_libprotobuf4.23.3python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libprotobuf:
- 4.23.3
maturin:
- '1.1'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
rust_compiler:
- rust
rust_compiler_version:
- '1.69'
target_platform:
- linux-64
xz:
- '5'
zlib:
- '1.2'
32 changes: 32 additions & 0 deletions .ci_support/linux_64_libprotobuf4.23.3python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libprotobuf:
- 4.23.3
maturin:
- '1.1'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.11.* *_cpython
rust_compiler:
- rust
rust_compiler_version:
- '1.69'
target_platform:
- linux-64
xz:
- '5'
zlib:
- '1.2'
32 changes: 32 additions & 0 deletions .ci_support/linux_64_libprotobuf4.23.3python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libprotobuf:
- 4.23.3
maturin:
- '1.1'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
rust_compiler:
- rust
rust_compiler_version:
- '1.69'
target_platform:
- linux-64
xz:
- '5'
zlib:
- '1.2'
32 changes: 32 additions & 0 deletions .ci_support/linux_64_libprotobuf4.23.3python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libprotobuf:
- 4.23.3
maturin:
- '1.1'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_cpython
rust_compiler:
- rust
rust_compiler_version:
- '1.69'
target_platform:
- linux-64
xz:
- '5'
zlib:
- '1.2'
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
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
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libprotobuf:
- 4.23.3
maturin:
- '1.1'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
rust_compiler:
- rust
rust_compiler_version:
- '1.69'
target_platform:
- linux-aarch64
zlib:
- '1.2'
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
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
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libprotobuf:
- 4.23.3
maturin:
- '1.1'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.11.* *_cpython
rust_compiler:
- rust
rust_compiler_version:
- '1.69'
target_platform:
- linux-aarch64
zlib:
- '1.2'
Loading