From a2d324c94e07a7389e6bddcf03c03ec602f1e56b Mon Sep 17 00:00:00 2001 From: Robert Esclapez Garcia Date: Mon, 13 Jul 2026 05:05:18 -0700 Subject: [PATCH] ci: disable embedded UI in gfx11 ROCm build Skips the npm/node build and the HF dist.tar.gz download fallback, which was failing the build. llama-server still builds and serves via HTTP API. Assisted-by: Claude Opus 4 --- .github/workflows/build-gfx11-rocm.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-gfx11-rocm.yml b/.github/workflows/build-gfx11-rocm.yml index 33d6b40c8fbb..4ed6bfb1fdf5 100644 --- a/.github/workflows/build-gfx11-rocm.yml +++ b/.github/workflows/build-gfx11-rocm.yml @@ -221,6 +221,8 @@ jobs: -DGGML_RPC=ON \ -DGGML_HIP_ROCWMMA_FATTN=OFF \ -DGGML_HIP_ROOFLINE=ON \ + -DLLAMA_BUILD_UI=OFF \ + -DLLAMA_USE_PREBUILT_UI=OFF \ -DLLAMA_BUILD_BORINGSSL=ON \ -DGGML_NATIVE=OFF \ -DGGML_STATIC=OFF \