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

[main] Rebuild for libabseil20230125 #975

Merged
merged 6 commits into from
Mar 4, 2023
Merged
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: 1 addition & 1 deletion .ci_support/linux_64_cuda_compiler_version10.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ glog:
google_cloud_cpp:
- 2.7.0
libabseil:
- '20220623.0'
- '20230125'
libgrpc:
- '1.51'
libprotobuf:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_cuda_compiler_versionNone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ glog:
google_cloud_cpp:
- 2.7.0
libabseil:
- '20220623.0'
- '20230125'
libgrpc:
- '1.51'
libprotobuf:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_cuda_compiler_versionNone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ glog:
google_cloud_cpp:
- 2.7.0
libabseil:
- '20220623.0'
- '20230125'
libgrpc:
- '1.51'
libprotobuf:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_ppc64le_cuda_compiler_versionNone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ glog:
google_cloud_cpp:
- 2.7.0
libabseil:
- '20220623.0'
- '20230125'
libgrpc:
- '1.51'
libprotobuf:
Expand Down
7 changes: 7 additions & 0 deletions .ci_support/migrations/libabseil20230125.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
__migrator:
build_number: 1
kind: version
migration_number: 1
libabseil:
- '20230125'
migrator_ts: 1676218104.8853533
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ glog:
google_cloud_cpp:
- 2.7.0
libabseil:
- '20220623.0'
- '20230125'
libgrpc:
- '1.51'
libprotobuf:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ glog:
google_cloud_cpp:
- 2.7.0
libabseil:
- '20220623.0'
- '20230125'
libgrpc:
- '1.51'
libprotobuf:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_cuda_compiler_version10.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ glog:
google_cloud_cpp:
- 2.7.0
libabseil:
- '20220623.0'
- '20230125'
libcrc32c:
- '1.1'
libcurl:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_cuda_compiler_versionNone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ glog:
google_cloud_cpp:
- 2.7.0
libabseil:
- '20220623.0'
- '20230125'
libcrc32c:
- '1.1'
libcurl:
Expand Down
1 change: 0 additions & 1 deletion conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ azure:
max_parallel: 20
bot:
abi_migration_branches:
- 7.0.x
- 8.0.x
- 9.0.x
- 10.0.x
Expand Down
7 changes: 5 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ source:
folder: testing

build:
number: 5
number: 6
# for cuda support, building with one version is enough to be compatible with
# all later versions, since arrow is only using libcuda, and not libcudart.
skip: true # [cuda_compiler_version not in ("None", cuda_compiler_version_min)]
Expand Down Expand Up @@ -357,7 +357,8 @@ outputs:
- scipy
# not all OSes/arches available in conda-forge
- pytorch * # [unix and not ppc64le]
- tensorflow # [unix and x86_64 and py<311]
# not yet rebuilt for libabseil 20230125
# - tensorflow # [unix and x86_64 and py<311]
# we're not building java bindings
# - jpype1
# doesn't get picked up correctly
Expand Down Expand Up @@ -385,6 +386,8 @@ outputs:
{% set tests_to_skip = tests_to_skip + " or test_debug_memory_pool_disabled" %} # [aarch64 or ppc64le]
{% set tests_to_skip = tests_to_skip + " or test_env_var_io_thread_count" %} # [aarch64 or ppc64le]
# vvvvvvv TESTS THAT SHOULDN'T HAVE TO BE SKIPPED vvvvvvv
# segfaults on OSX: to investigate ASAP
{% set tests_to_skip = tests_to_skip + " or test_flight" %} # [osx]
# failing on linux with "OSError: Could not connect to socket /tmp/[...]/plasma.sock"
{% set tests_to_skip = tests_to_skip + " or test_plasma" %} # [linux]
# gandiva tests are segfaulting on ppc
Expand Down