From 5253e1143bc153c97cf77c55672b2f3a8d20841d Mon Sep 17 00:00:00 2001 From: Donato Capitella Date: Sun, 16 Nov 2025 09:37:53 +0000 Subject: [PATCH] tryign DBUILD_SHARED_LIBS to check if it fixes HIP backend build issues --- toolboxes/Dockerfile.rocm-6.4.4 | 1 + 1 file changed, 1 insertion(+) diff --git a/toolboxes/Dockerfile.rocm-6.4.4 b/toolboxes/Dockerfile.rocm-6.4.4 index 14ff087..c25c7db 100644 --- a/toolboxes/Dockerfile.rocm-6.4.4 +++ b/toolboxes/Dockerfile.rocm-6.4.4 @@ -44,6 +44,7 @@ RUN git clean -xdf \ -DAMDGPU_TARGETS=gfx1151 \ -DCMAKE_BUILD_TYPE=Release \ -DGGML_RPC=ON \ + -DBUILD_SHARED_LIBS=OFF \ -DLLAMA_HIP_UMA=ON \ -DROCM_PATH=/opt/rocm \ -DHIP_PATH=/opt/rocm \