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

Remove libprotobuf dep #1249

Merged
merged 26 commits into from
Nov 13, 2023
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
fa18499
Merge remote-tracking branch 'upstream/main'
jdye64 Apr 13, 2023
d6b470c
Merge remote-tracking branch 'upstream/main'
jdye64 May 2, 2023
856f7c0
Merge remote-tracking branch 'upstream/main'
jdye64 May 8, 2023
4b86547
Merge remote-tracking branch 'upstream/main'
jdye64 May 30, 2023
28fce59
Merge remote-tracking branch 'upstream/main'
jdye64 Jun 14, 2023
4140457
Merge remote-tracking branch 'upstream/main'
jdye64 Aug 28, 2023
36a92a2
Merge remote-tracking branch 'upstream/main'
jdye64 Oct 24, 2023
41b50f6
Remove libprotobuf dependency from build
jdye64 Oct 24, 2023
b393dcd
Remove protoc install step from workflows
jdye64 Oct 24, 2023
aec7a5c
Remove conda managed c-compiler and add patchelf
jdye64 Oct 25, 2023
6084558
Remove patchelf
jdye64 Oct 25, 2023
74f84db
Change from c-compiler to gcc 12.3.0
jdye64 Oct 25, 2023
ca7aa8f
Point to new ADP branch that makes substrait completely optional
jdye64 Oct 25, 2023
cf426ee
Update Cargo.lock file
jdye64 Oct 25, 2023
35f5927
Resolve syntax issues encountered due to bumping to ADP 32 from 28
jdye64 Oct 25, 2023
11e89e5
Bump Rustc version to 1.73 because minimum 1.70 is needed for newest …
jdye64 Oct 25, 2023
31c7ca2
Update cargo tests to use the latest expected output from bump to ADP 32
jdye64 Oct 25, 2023
6ecb871
Clean-ups and point to commit needed from ADP
jdye64 Oct 26, 2023
eb9760f
Remove patchelf as it isn't required just would have been a nice to h…
jdye64 Oct 26, 2023
078d279
Merge branch 'main' into remove_libprotobuf_dep
jdye64 Nov 7, 2023
3a76b29
Remove protoc installation logic from wheels workflow
charlesbluca Nov 7, 2023
f6568b1
Remove zlib from conda nightly host deps
charlesbluca Nov 7, 2023
56f5cf4
Consistently pin to maturin 1.3
charlesbluca Nov 7, 2023
0bcf77f
Merge remote-tracking branch 'upstream/main' into pr/jdye64/1249
charlesbluca Nov 7, 2023
1978fb8
Try adding c-compiler back to conda env
charlesbluca Nov 8, 2023
aed5f0f
Merge remote-tracking branch 'upstream/main' into pr/jdye64/1249
charlesbluca Nov 8, 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
Prev Previous commit
Next Next commit
Remove zlib from conda nightly host deps
  • Loading branch information
charlesbluca committed Nov 7, 2023
commit f6568b10579f1a8b4e3daa21be89e4fb346e749f
3 changes: 1 addition & 2 deletions continuous_integration/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ requirements:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- maturin # [build_platform != target_platform]
- zlib # [build_platform != target_platform]
- zlib
- {{ compiler('c') }}
- {{ compiler('rust') }}
host:
- pip
- python
- maturin
- zlib
- xz # [linux64]
run:
- python
Expand Down