From e29bb17613c76fa9afc308e68e7126208f256323 Mon Sep 17 00:00:00 2001 From: Inforithmics Date: Sat, 20 Sep 2025 09:58:31 +0200 Subject: [PATCH] trying to build vulkan for linux --- .github/workflows/test.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f9f812520..66a1b9fb6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -39,8 +39,8 @@ jobs: echo changed=$(changed 'llama/llama.cpp/**/*' 'ml/backend/ggml/ggml/**/*') | tee -a $GITHUB_OUTPUT linux: - needs: [changes] - if: needs.changes.outputs.changed == 'True' + #needs: [changes] + #if: needs.changes.outputs.changed == 'True' strategy: matrix: include: @@ -52,6 +52,8 @@ jobs: container: rocm/dev-ubuntu-22.04:6.1.2 extra-packages: rocm-libs flags: '-DAMDGPU_TARGETS=gfx1010 -DCMAKE_PREFIX_PATH=/opt/rocm' + - preset: Vulkan + container: nvidia/vulkan:1.3-470 runs-on: linux container: ${{ matrix.container }} steps: