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

tuhaihe pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git


The following commit(s) were added to refs/heads/main by this push:
     new bff5db9a2f4 Fix missing libicu-devel dependency in sandbox image
bff5db9a2f4 is described below

commit bff5db9a2f4c5b25485572438d2c618a838e9a56
Author: Konstantin Glukhov <[email protected]>
AuthorDate: Wed Aug 26 10:50:09 2026 +0900

    Fix missing libicu-devel dependency in sandbox image
    
    Add libicu-devel to devops/sandbox/Dockerfile.main.rockylinux9.
    The sandbox build was failing because this dependency was
    missing from the image.
    sandbox build requires libicu-devel
---
 devops/sandbox/Dockerfile.main.rockylinux9 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devops/sandbox/Dockerfile.main.rockylinux9 
b/devops/sandbox/Dockerfile.main.rockylinux9
index 03619cda4ba..6d8ffb465f1 100644
--- a/devops/sandbox/Dockerfile.main.rockylinux9
+++ b/devops/sandbox/Dockerfile.main.rockylinux9
@@ -102,6 +102,7 @@ RUN dnf makecache && \
         liburing-devel \
         libuv-devel \
         libyaml-devel \
+        libicu-devel \
         perl-IPC-Run \
         protobuf-devel && \
     dnf clean all && \


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to