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

Rebuild for arrow_cpp13 #796

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_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ arrow_cpp:
- 10.0.1
- 11.0.0
- '12'
- 9.0.0
- '13'
c_compiler:
- gcc
c_compiler_version:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ arrow_cpp:
- 10.0.1
- 11.0.0
- '12'
- 9.0.0
- '13'
c_compiler:
- gcc
c_compiler_version:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ arrow_cpp:
- 10.0.1
- 11.0.0
- '12'
- 9.0.0
- '13'
c_compiler:
- gcc
c_compiler_version:
Expand Down
15 changes: 15 additions & 0 deletions .ci_support/migrations/arrow_cpp13.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
__migrator:
build_number: 1
kind: version
migration_number: 1
arrow_cpp:
- 13
- 12
- 11.0.0
- 10.0.1
libarrow:
- 13
- 12
- 11.0.0
- 10.0.1
migrator_ts: 1692875419.4182994
7 changes: 0 additions & 7 deletions .ci_support/migrations/json_c017.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 @@ -4,7 +4,7 @@ arrow_cpp:
- 10.0.1
- 11.0.0
- '12'
- 9.0.0
- '13'
c_compiler:
- clang
c_compiler_version:
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 @@ -4,7 +4,7 @@ arrow_cpp:
- 10.0.1
- 11.0.0
- '12'
- 9.0.0
- '13'
c_compiler:
- clang
c_compiler_version:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ arrow_cpp:
- 10.0.1
- 11.0.0
- '12'
- 9.0.0
- '13'
c_compiler:
- vs2019
cfitsio:
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
- flatgeobuffcxx17.patch

build:
number: 13
number: 14
skip_compile_pyc:
- share/bash-completion/completions/*.py

Expand Down
Loading