Commit 8c28faf
Disable CURL in performance workflow builds
CMake requires CURL library for llama-cli but CI environment doesn't have it installed.
Disable CURL support with -DLLAMA_CURL=OFF to fix build failure.
Fixes: Build llama-bench step failing with 'Could NOT find CURL'
Co-Authored-By: Alex Peng <[email protected]>1 parent bc380c2 commit 8c28faf
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
210 | 211 | | |
211 | 212 | | |
212 | 213 | | |
213 | | - | |
| 214 | + | |
| 215 | + | |
214 | 216 | | |
215 | 217 | | |
216 | 218 | | |
| |||
343 | 345 | | |
344 | 346 | | |
345 | 347 | | |
346 | | - | |
| 348 | + | |
| 349 | + | |
347 | 350 | | |
348 | 351 | | |
349 | 352 | | |
| |||
0 commit comments