GH-40011: [CI] Update Fedora to 39 from 38#40012
Conversation
Fedora 39 is the latest release and Fedora 38 will reach EOL on 2024-05-14.
|
@github-actions crossbow submit fedora |
|
|
|
Revision: 18b5045 Submitted crossbow builds: ursacomputing/crossbow @ actions-9f3296e906
|
|
test-fedora-39-python-3 failure is #39695. |
raulcd
left a comment
There was a problem hiding this comment.
We probably should update the fedora version on the minimal build examples too:
https://github.com/apache/arrow/blob/main/python/examples/minimal_build/Dockerfile.fedora#L18
diff --git a/python/examples/minimal_build/Dockerfile.fedora b/python/examples/minimal_build/Dockerfile.fedora
index cc3d62b..e7b9600 100644
--- a/python/examples/minimal_build/Dockerfile.fedora
+++ b/python/examples/minimal_build/Dockerfile.fedora
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-FROM fedora:35
+FROM fedora:39
RUN dnf update -y && \
dnf install -y \Can you do it here? I've tested locally with the change:
docker-compose run --rm minimal-fedora-conda
docker-compose run --rm minimal-fedora-venv
and both are successful.
Co-authored-by: Raúl Cumplido <raulcumplido@gmail.com>
|
Thanks! I missed it! |
|
I disable PyArrow's Gandiva test for now. |
|
@github-actions crossbow submit fedora |
|
Revision: bd5564b Submitted crossbow builds: ursacomputing/crossbow @ actions-917d4aa4e0
|
raulcd
left a comment
There was a problem hiding this comment.
👍 archery failure was flaky. I am re-running and will merge once successful
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 9eebe64. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
### Rationale for this change Fedora 39 is the latest release and Fedora 38 will reach EOL on 2024-05-14. ### What changes are included in this PR? Use Fedora 39. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: apache#40011 Lead-authored-by: Sutou Kouhei <kou@clear-code.com> Co-authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
Rationale for this change
Fedora 39 is the latest release and Fedora 38 will reach EOL on 2024-05-14.
What changes are included in this PR?
Use Fedora 39.
Are these changes tested?
Yes.
Are there any user-facing changes?
No.