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 3258e3af chore(ci/docker): add libuv-dev to alpine-s390x dockerfile 
(#863)
3258e3af is described below

commit 3258e3af42b8667552e00db93f41057a19618b82
Author: Bryce Mecum <[email protected]>
AuthorDate: Sun Apr 5 18:37:19 2026 -0700

    chore(ci/docker): add libuv-dev to alpine-s390x dockerfile (#863)
    
    fs >= 2.0.0 now prefers system libuv and you appear to have to opt into
    building with the bundled version. Adding libuv-dev to the Dockefile
    seems like the best fix.
---
 ci/docker/alpine.dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/docker/alpine.dockerfile b/ci/docker/alpine.dockerfile
index 6f651130..37389363 100644
--- a/ci/docker/alpine.dockerfile
+++ b/ci/docker/alpine.dockerfile
@@ -20,7 +20,7 @@ ARG NANOARROW_ARCH
 FROM --platform=linux/${NANOARROW_ARCH} alpine:latest
 
 RUN apk add bash linux-headers git cmake R R-dev g++ gfortran gnupg \
-    curl py3-virtualenv python3-dev lz4-dev
+    curl py3-virtualenv python3-dev lz4-dev libuv-dev
 
 # For Arrow C++
 COPY ci/scripts/build-arrow-cpp-minimal.sh /

Reply via email to