Skip to content

Commit 42ac59e

Browse files
committed
clear(workflow): remove matrix comments
1 parent 4144f42 commit 42ac59e

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/main.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,34 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18-
# - name: linux-vulkan
19-
# os: ubuntu-latest
20-
# arch: x86_64
21-
# make: LLAMA="-DGGML_BACKEND_DL=ON -DGGML_NATIVE=OFF -DGGML_CPU_ALL_VARIANTS=ON -DGGML_VULKAN=ON"
22-
# - name: macos
23-
# os: macos-latest
18+
- name: linux-vulkan
19+
os: ubuntu-latest
20+
arch: x86_64
21+
make: LLAMA="-DGGML_BACKEND_DL=ON -DGGML_NATIVE=OFF -DGGML_CPU_ALL_VARIANTS=ON -DGGML_VULKAN=ON"
22+
- name: macos
23+
os: macos-latest
2424
- name: windows
2525
os: windows-latest
2626
arch: x86_64
2727
- name: windows-cuda
2828
os: windows-latest
2929
arch: x86_64
3030
make: LLAMA="-DGGML_BACKEND_DL=ON -DGGML_NATIVE=OFF -DGGML_CPU=OFF -DGGML_CUDA=ON"
31-
# - name: android
32-
# os: ubuntu-latest
33-
# arch: arm64-v8a
34-
# make: PLATFORM=android ARCH=arm64-v8a
35-
# - name: android
36-
# os: ubuntu-latest
37-
# arch: x86_64
38-
# make: PLATFORM=android ARCH=x86_64
39-
# sqlite-amalgamation-zip: https://sqlite.org/2025/sqlite-amalgamation-3490100.zip
40-
# - name: ios
41-
# os: macos-latest
42-
# make: PLATFORM=ios
43-
# - name: isim
44-
# os: macos-latest
45-
# make: PLATFORM=isim
31+
- name: android
32+
os: ubuntu-latest
33+
arch: arm64-v8a
34+
make: PLATFORM=android ARCH=arm64-v8a
35+
- name: android
36+
os: ubuntu-latest
37+
arch: x86_64
38+
make: PLATFORM=android ARCH=x86_64
39+
sqlite-amalgamation-zip: https://sqlite.org/2025/sqlite-amalgamation-3490100.zip
40+
- name: ios
41+
os: macos-latest
42+
make: PLATFORM=ios
43+
- name: isim
44+
os: macos-latest
45+
make: PLATFORM=isim
4646

4747
defaults:
4848
run:

0 commit comments

Comments
 (0)