@@ -20,14 +20,12 @@ jobs:
2020 build-essential \
2121 gcc-14-riscv64-linux-gnu \
2222 g++-14-riscv64-linux-gnu \
23- libcurl4-openssl-dev
23+ libcurl4-openssl-dev:riscv64
2424
2525 - name : Build
26- # TODO: fix build with LLAMA_CURL=ON
2726 run : |
2827 cmake -B build -DCMAKE_BUILD_TYPE=Release \
2928 -DGGML_OPENMP=OFF \
30- -DLLAMA_CURL=OFF \
3129 -DLLAMA_BUILD_EXAMPLES=ON \
3230 -DLLAMA_BUILD_TESTS=OFF \
3331 -DCMAKE_SYSTEM_NAME=Linux \
@@ -63,15 +61,13 @@ jobs:
6361 gcc-14-riscv64-linux-gnu \
6462 g++-14-riscv64-linux-gnu \
6563 libvulkan-dev:riscv64 \
66- libcurl4-openssl-dev
64+ libcurl4-openssl-dev:riscv64
6765
6866 - name : Build
69- # TODO: fix build with LLAMA_CURL=ON
7067 run : |
7168 cmake -B build -DCMAKE_BUILD_TYPE=Release \
7269 -DGGML_VULKAN=ON \
7370 -DGGML_OPENMP=OFF \
74- -DLLAMA_CURL=OFF \
7571 -DLLAMA_BUILD_EXAMPLES=ON \
7672 -DLLAMA_BUILD_TESTS=OFF \
7773 -DCMAKE_SYSTEM_NAME=Linux \
@@ -106,15 +102,13 @@ jobs:
106102 glslc \
107103 crossbuild-essential-arm64 \
108104 libvulkan-dev:arm64 \
109- libcurl4-openssl-dev
105+ libcurl4-openssl-dev:arm64
110106
111107 - name : Build
112- # TODO: fix build with LLAMA_CURL=ON
113108 run : |
114109 cmake -B build -DCMAKE_BUILD_TYPE=Release \
115110 -DGGML_VULKAN=ON \
116111 -DGGML_OPENMP=OFF \
117- -DLLAMA_CURL=OFF \
118112 -DLLAMA_BUILD_EXAMPLES=ON \
119113 -DLLAMA_BUILD_TESTS=OFF \
120114 -DCMAKE_SYSTEM_NAME=Linux \
0 commit comments