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

[13.x] Rebuild for ucx 1.16.0 #1394

Closed
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_version11.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ python:
re2:
- 2023.09.01
snappy:
- '1.2'
- '1.1'
target_platform:
- linux-64
thrift_cpp:
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 @@ -69,7 +69,7 @@ python:
re2:
- 2023.09.01
snappy:
- '1.2'
- '1.1'
target_platform:
- linux-64
thrift_cpp:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_cuda_compiler_version11.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ python:
re2:
- 2023.09.01
snappy:
- '1.2'
- '1.1'
target_platform:
- linux-aarch64
thrift_cpp:
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 @@ -73,7 +73,7 @@ python:
re2:
- 2023.09.01
snappy:
- '1.2'
- '1.1'
target_platform:
- linux-aarch64
thrift_cpp:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_ppc64le_cuda_compiler_version11.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ python:
re2:
- 2023.09.01
snappy:
- '1.2'
- '1.1'
target_platform:
- linux-ppc64le
thrift_cpp:
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 @@ -69,7 +69,7 @@ python:
re2:
- 2023.09.01
snappy:
- '1.2'
- '1.1'
target_platform:
- linux-ppc64le
thrift_cpp:
Expand Down

This file was deleted.

This file was deleted.

46 changes: 0 additions & 46 deletions .ci_support/migrations/libgoogle_cloud223.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions .ci_support/migrations/libgrpc162_libprotobuf4253.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ python:
re2:
- 2023.09.01
snappy:
- '1.2'
- '1.1'
target_platform:
- osx-64
thrift_cpp:
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 @@ -65,7 +65,7 @@ python:
re2:
- 2023.09.01
snappy:
- '1.2'
- '1.1'
target_platform:
- osx-arm64
thrift_cpp:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_cuda_compiler_version11.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ python:
re2:
- 2023.09.01
snappy:
- '1.2'
- '1.1'
target_platform:
- win-64
thrift_cpp:
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 @@ -63,7 +63,7 @@ python:
re2:
- 2023.09.01
snappy:
- '1.2'
- '1.1'
target_platform:
- win-64
thrift_cpp:
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ source:
folder: testing

build:
number: 38
number: 39
# 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
Loading