Skip to content
Draft
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 @@ -67,7 +67,7 @@ lz4_c:
openssl:
- '3.5'
orc:
- 2.2.1
- 2.2.2
re2:
- 2025.08.12
snappy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ lz4_c:
openssl:
- '3.5'
orc:
- 2.2.1
- 2.2.2
re2:
- 2025.08.12
snappy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ lz4_c:
openssl:
- '3.5'
orc:
- 2.2.1
- 2.2.2
re2:
- 2025.08.12
snappy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ lz4_c:
openssl:
- '3.5'
orc:
- 2.2.1
- 2.2.2
re2:
- 2025.08.12
snappy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ lz4_c:
openssl:
- '3.5'
orc:
- 2.2.1
- 2.2.2
re2:
- 2025.08.12
snappy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ lz4_c:
openssl:
- '3.5'
orc:
- 2.2.1
- 2.2.2
re2:
- 2025.08.12
snappy:
Expand Down
8 changes: 0 additions & 8 deletions .ci_support/migrations/aws_crt_cpp0354.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions .ci_support/migrations/brotli12.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .ci_support/migrations/orc222.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__migrator:
build_number: 1
commit_message: Rebuild for orc 2.2.2
kind: version
migration_number: 1
migrator_ts: 1768255856.7040284
orc:
- 2.2.2
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ macos_machine:
openssl:
- '3.5'
orc:
- 2.2.1
- 2.2.2
re2:
- 2025.08.12
snappy:
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 @@ -67,7 +67,7 @@ macos_machine:
openssl:
- '3.5'
orc:
- 2.2.1
- 2.2.2
re2:
- 2025.08.12
snappy:
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 @@ -53,7 +53,7 @@ lz4_c:
openssl:
- '3.5'
orc:
- 2.2.1
- 2.2.2
re2:
- 2025.08.12
snappy:
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 @@ lz4_c:
openssl:
- '3.5'
orc:
- 2.2.1
- 2.2.2
re2:
- 2025.08.12
snappy:
Expand Down
19 changes: 19 additions & 0 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ source:
folder: cpp/submodules/parquet-testing

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