File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,7 @@ jobs:
218
218
mkdir build
219
219
cd build
220
220
cmake -G Xcode .. \
221
+ -DLLAMA_NATIVE=OFF \
221
222
-DLLAMA_BUILD_EXAMPLES=OFF \
222
223
-DLLAMA_BUILD_TESTS=OFF \
223
224
-DLLAMA_BUILD_SERVER=OFF \
@@ -246,6 +247,7 @@ jobs:
246
247
mkdir build
247
248
cd build
248
249
cmake -G Xcode .. \
250
+ -DLLAMA_NATIVE=OFF \
249
251
-DLLAMA_BUILD_EXAMPLES=OFF \
250
252
-DLLAMA_BUILD_TESTS=OFF \
251
253
-DLLAMA_BUILD_SERVER=OFF \
@@ -265,7 +267,7 @@ jobs:
265
267
matrix :
266
268
include :
267
269
- build : ' noavx'
268
- defines : ' -DLLAMA_NATIVE=OFF - DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF -DBUILD_SHARED_LIBS=ON'
270
+ defines : ' -DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF -DBUILD_SHARED_LIBS=ON'
269
271
- build : ' avx2'
270
272
defines : ' -DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DBUILD_SHARED_LIBS=ON'
271
273
- build : ' avx'
You can’t perform that action at this time.
0 commit comments