-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-39072: [Release][CI] Python3.11-devel is required for the verification job on AlmaLinux 8 #39073
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
|
|
This comment was marked as outdated.
This comment was marked as outdated.
|
@github-actions crossbow submit wheel-manylinux-2-28-cp38-amd64 |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
@github-actions crossbow submit verify-rc-source-python-linux-almalinux-8-amd64 |
This comment was marked as outdated.
This comment was marked as outdated.
|
@github-actions crossbow submit verify-rc-source-python-linux-almalinux-8-amd64 |
|
Revision: f5f3c66 Submitted crossbow builds: ursacomputing/crossbow @ actions-2e6b7e4517
|
|
@github-actions crossbow submit wheel-manylinux-2-28-cp38-amd64 |
|
Revision: f5f3c66 Submitted crossbow builds: ursacomputing/crossbow @ actions-b5ae508eed
|
| ninja-build \ | ||
| nodejs \ | ||
| openssl-devel \ | ||
| python3.11-devel \ |
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.
Should we be less specific here? Does python3-devel exist?
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.
I don't think it exists based on my packages search but I am trying it. If the job fails I'll revert the change
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.
python3-devel seems to be 3.6.8 and it fails as seen here.
|
@github-actions crossbow submit verify-rc-source-python-linux-almalinux-8-amd64 |
|
Revision: c18f8b9 Submitted crossbow builds: ursacomputing/crossbow @ actions-e5690d2257
|
This reverts commit c18f8b9.
|
@github-actions crossbow submit verify-rc-source-python-linux-almalinux-8-amd64 |
|
Revision: 4433f1f Submitted crossbow builds: ursacomputing/crossbow @ actions-b2b9b35bcf
|
kou
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.
+1
…tion job on AlmaLinux 8 (#39073) ### Rationale for this change The verification task for Almalinux 8 was failing. ### What changes are included in this PR? Add required python3.11-devel to the Docker image. ### Are these changes tested? Yes via archery task. ### Are there any user-facing changes? No * Closes: #39072 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit b326917. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…rification job on AlmaLinux 8 (apache#39073) ### Rationale for this change The verification task for Almalinux 8 was failing. ### What changes are included in this PR? Add required python3.11-devel to the Docker image. ### Are these changes tested? Yes via archery task. ### Are there any user-facing changes? No * Closes: apache#39072 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Rationale for this change
The verification task for Almalinux 8 was failing.
What changes are included in this PR?
Add required python3.11-devel to the Docker image.
Are these changes tested?
Yes via archery task.
Are there any user-facing changes?
No