Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ libabseil:
libarrow:
- '*'
libboost_headers:
- '1.86'
- '1.88'
libgoogle_cloud_devel:
- '2.39'
libgoogle_cloud_storage_devel:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ libabseil:
libarrow:
- '*'
libboost_headers:
- '1.86'
- '1.88'
libgoogle_cloud_devel:
- '2.39'
libgoogle_cloud_storage_devel:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ libabseil:
libarrow:
- '*'
libboost_headers:
- '1.86'
- '1.88'
libgoogle_cloud_devel:
- '2.39'
libgoogle_cloud_storage_devel:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ libabseil:
libarrow:
- '*'
libboost_headers:
- '1.86'
- '1.88'
libgoogle_cloud_devel:
- '2.39'
libgoogle_cloud_storage_devel:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ libabseil:
libarrow:
- '*'
libboost_headers:
- '1.86'
- '1.88'
libgoogle_cloud_devel:
- '2.39'
libgoogle_cloud_storage_devel:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ libabseil:
libarrow:
- '*'
libboost_headers:
- '1.86'
- '1.88'
libgoogle_cloud_devel:
- '2.39'
libgoogle_cloud_storage_devel:
Expand Down
21 changes: 0 additions & 21 deletions .ci_support/migrations/azure_core_cpp1160.yaml

This file was deleted.

12 changes: 12 additions & 0 deletions .ci_support/migrations/libboost188.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
__migrator:
build_number: 1
kind: version
commit_message: "Rebuild for libboost 1.88"
migration_number: 1
libboost_devel:
- "1.88"
libboost_headers:
- "1.88"
libboost_python_devel:
- "1.88"
migrator_ts: 1753251695.3315456
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ libabseil:
libarrow:
- '*'
libboost_headers:
- '1.86'
- '1.88'
libgoogle_cloud_devel:
- '2.39'
libgoogle_cloud_storage_devel:
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 @@ -43,7 +43,7 @@ libabseil:
libarrow:
- '*'
libboost_headers:
- '1.86'
- '1.88'
libgoogle_cloud_devel:
- '2.39'
libgoogle_cloud_storage_devel:
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 @@ -29,7 +29,7 @@ libabseil:
libarrow:
- '*'
libboost_headers:
- '1.86'
- '1.88'
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 @@ -29,7 +29,7 @@ libabseil:
libarrow:
- '*'
libboost_headers:
- '1.86'
- '1.88'
libcrc32c:
- '1.1'
libcurl:
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ source:
folder: testing

build:
number: 71
number: 72
# 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