-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-40454: [CI][Debian] Update Debian to 12 from 11 #40455
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
Conversation
|
@github-actions crossbow submit test-debian-* |
|
|
This comment was marked as outdated.
This comment was marked as outdated.
278e136 to
53c3ff3
Compare
|
@github-actions crossbow submit test-debian-* |
This comment was marked as outdated.
This comment was marked as outdated.
|
@github-actions crossbow submit test-debian-* |
This comment was marked as outdated.
This comment was marked as outdated.
|
@github-actions crossbow submit test-debian-* |
This comment was marked as outdated.
This comment was marked as outdated.
Debian 11 will reach EOL on 2024-07.
|
@github-actions crossbow submit test-debian-* |
This comment was marked as outdated.
This comment was marked as outdated.
|
@github-actions crossbow submit -g python |
raulcd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kou Thanks for the PR! this is great. We are doing other things on this PR apart from updating debian version, like enabling AZURE build, etc. I am ok with it but should we reference it on the title/description or do it on a different PR?
This comment was marked as outdated.
This comment was marked as outdated.
You're right. I've update the description. I keep the title for now because these changes are PR details. (Title should describes summary not details.) |
|
@github-actions crossbow submit test-debian-12-python-3-i386 |
This comment was marked as outdated.
This comment was marked as outdated.
|
@github-actions crossbow submit test-debian-12-python-3-amd64 -g python |
This comment was marked as outdated.
This comment was marked as outdated.
|
@github-actions crossbow submit -g python |
|
Revision: 429fcda Submitted crossbow builds: ursacomputing/crossbow @ actions-81621861bb |
|
@github-actions crossbow submit test-debian-12* |
|
Revision: 8039954 Submitted crossbow builds: ursacomputing/crossbow @ actions-fd91db0a83
|
|
Can we merge this? |
raulcd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kou !
|
After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 9381647. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 3 possible false positives for unstable benchmarks that are known to sometimes produce them. |
#40571) ### Rationale for this change With the changes in #40455 reticulate can't find pyarrow. ### What changes are included in this PR? Set `RETICULATE_PYTHON_ENV` to `ARROW_PYTHON_VENV`. See https://rstudio.github.io/reticulate/articles/versions.html#order-of-discovery why we can use `RETICULATE_PYTHON_ENV`. This also simplifies the current configurations: * Install Meson by `apt-get`. * Use `ARROW_PYTHON_VENV` to install Sphinx and related packages. ### Are these changes tested? Via archery. ### Are there any user-facing changes? No * GitHub Issue: #40535 Lead-authored-by: Raúl Cumplido <raulcumplido@gmail.com> Co-authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Rationale for this change
Debian 11 will reach EOL on 2024-07.
What changes are included in this PR?
ARROW_AZUREARROW_FLIGHT_SQLARROW_WITH_OPENTELEMETRYAre these changes tested?
Yes.
Are there any user-facing changes?
No.