From f58bad4137c300112cb8c5d60d91e9c56fa85ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigbj=C3=B8rn=20Skj=C3=A6ret?= Date: Fri, 12 Jun 2026 23:49:36 +0200 Subject: [PATCH] ci : unbreak release harder (#24545) * unbreak release harder * missed one * remove missing test for now --- .github/workflows/release.yml | 8 ++++---- .github/workflows/ui-build.yml | 4 ---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9fd5afd8b..428c94eaf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -225,7 +225,7 @@ jobs: -DGGML_NATIVE=OFF \ -DGGML_CPU_ALL_VARIANTS=ON \ -DLLAMA_FATAL_WARNINGS=ON \ - -DHF_UI_VERSION=${{ needs.get-version.outputs.ui_version }} + -DHF_UI_VERSION=${{ needs.get-version.outputs.ui_version }} \ ${{ env.CMAKE_ARGS }} cmake --build build --config Release -j $(nproc) @@ -312,7 +312,7 @@ jobs: -DGGML_NATIVE=OFF \ -DGGML_CPU_ALL_VARIANTS=ON \ -DGGML_VULKAN=ON \ - -DHF_UI_VERSION=${{ needs.get-version.outputs.ui_version }} + -DHF_UI_VERSION=${{ needs.get-version.outputs.ui_version }} \ ${{ env.CMAKE_ARGS }} cmake --build build --config Release -j $(nproc) @@ -405,7 +405,7 @@ jobs: -DLLAMA_FATAL_WARNINGS=ON \ -DGGML_OPENMP=OFF \ -DLLAMA_BUILD_BORINGSSL=ON \ - -DHF_UI_VERSION=${{ needs.get-version.outputs.ui_version }} + -DHF_UI_VERSION=${{ needs.get-version.outputs.ui_version }} \ ${{ env.CMAKE_ARGS }} cmake --build build --config Release -j $(nproc) @@ -1254,7 +1254,7 @@ jobs: -DLLAMA_BUILD_SERVER=OFF \ -DCMAKE_SYSTEM_NAME=iOS \ -DCMAKE_OSX_DEPLOYMENT_TARGET=16.0 \ - -DCMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM=ggml + -DCMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM=ggml \ -DHF_UI_VERSION=${{ needs.get-version.outputs.ui_version }} cmake --build build --config Release -j $(sysctl -n hw.logicalcpu) -- CODE_SIGNING_ALLOWED=NO diff --git a/.github/workflows/ui-build.yml b/.github/workflows/ui-build.yml index 67327c24b..7ff5860ef 100644 --- a/.github/workflows/ui-build.yml +++ b/.github/workflows/ui-build.yml @@ -40,10 +40,6 @@ jobs: run: npx vitest --project=unit --run tests/unit/pwa.spec.ts working-directory: tools/ui - - name: Run build-utils unit tests (both paths) - run: npx vitest --project=unit --run tests/unit/build-utils.spec.ts - working-directory: tools/ui - - name: Generate checksums run: | cd tools/ui/dist