This is an automated email from the ASF dual-hosted git repository.

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 6cf571ac chore(ci/docker): Add libuv to fedora image (#865)
6cf571ac is described below

commit 6cf571ace1daf06bd870be726b5fa882b2025798
Author: Dewey Dunnington <[email protected]>
AuthorDate: Mon Apr 6 15:11:10 2026 -0500

    chore(ci/docker): Add libuv to fedora image (#865)
    
    Thanks to amoeba the verification run works again!
    
    Like Alpine, Fedora R needs libuv to install testthat and the
    verification run is failing (
    
https://github.com/apache/arrow-nanoarrow/actions/runs/24016985124/job/70038174555#step:4:3458
    ).
---
 ci/docker/fedora.dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/docker/fedora.dockerfile b/ci/docker/fedora.dockerfile
index 581184a3..430ab854 100644
--- a/ci/docker/fedora.dockerfile
+++ b/ci/docker/fedora.dockerfile
@@ -20,7 +20,7 @@ ARG NANOARROW_ARCH
 FROM --platform=linux/${NANOARROW_ARCH} fedora:latest
 
 RUN dnf install -y git cmake R gnupg curl libarrow-devel glibc-langpack-en \
-   python3-devel python3-virtualenv awk
+   python3-devel python3-virtualenv awk libuv-devel
 
 # For Python
 RUN python3 -m venv --upgrade-deps /venv

Reply via email to