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

[10.0.x] Rebuild for re220230302 #1051

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_version10.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ python:
- 3.8.* *_cpython
- 3.9.* *_cpython
re2:
- 2023.02.02
- 2023.03.02
snappy:
- '1'
target_platform:
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 @@ -61,7 +61,7 @@ python:
- 3.8.* *_cpython
- 3.9.* *_cpython
re2:
- 2023.02.02
- 2023.03.02
snappy:
- '1'
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_cuda_compiler_version11.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ python:
- 3.8.* *_cpython
- 3.9.* *_cpython
re2:
- 2023.02.02
- 2023.03.02
snappy:
- '1'
target_platform:
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 @@ -65,7 +65,7 @@ python:
- 3.8.* *_cpython
- 3.9.* *_cpython
re2:
- 2023.02.02
- 2023.03.02
snappy:
- '1'
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_ppc64le_cuda_compiler_version11.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ python:
- 3.8.* *_cpython
- 3.9.* *_cpython
re2:
- 2023.02.02
- 2023.03.02
snappy:
- '1'
target_platform:
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 @@ -61,7 +61,7 @@ python:
- 3.8.* *_cpython
- 3.9.* *_cpython
re2:
- 2023.02.02
- 2023.03.02
snappy:
- '1'
target_platform:
Expand Down
8 changes: 0 additions & 8 deletions .ci_support/migrations/aws_crt_cpp0199.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions .ci_support/migrations/libgoogle_cloud2100.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions .ci_support/migrations/libgoogle_cloud291.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions .ci_support/migrations/re220230302.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
__migrator:
build_number: 1
kind: version
migration_number: 1
migrator_ts: 1677711346.116376
re2:
- 2023.03.02
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ python:
- 3.8.* *_cpython
- 3.9.* *_cpython
re2:
- 2023.02.02
- 2023.03.02
snappy:
- '1'
target_platform:
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 @@ -57,7 +57,7 @@ python:
- 3.8.* *_cpython
- 3.9.* *_cpython
re2:
- 2023.02.02
- 2023.03.02
snappy:
- '1'
target_platform:
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 @@ -53,7 +53,7 @@ python:
- 3.8.* *_cpython
- 3.9.* *_cpython
re2:
- 2023.02.02
- 2023.03.02
snappy:
- '1'
target_platform:
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 @@ -53,7 +53,7 @@ python:
- 3.8.* *_cpython
- 3.9.* *_cpython
re2:
- 2023.02.02
- 2023.03.02
snappy:
- '1'
target_platform:
Expand Down
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ source:
folder: testing

build:
number: 23
number: 24
# 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 @@ -113,8 +113,8 @@ outputs:
- c-ares
- gflags
- glog
- google-cloud-cpp
- libabseil
- google-cloud-cpp 2.10.1
- libabseil 20230125.2
# since libgoogle-cloud is static on windows, see
# https://github.com/conda-forge/google-cloud-cpp-feedstock/pull/108,
# its dependencies leak into the build here
Expand Down