mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(llama.cpp)
closes #3915 closes #3917 closes #3919 closes #3923 closes #3924 closes #3926 closes #3927 closes #3928 closes #3929 closes #3931
This commit is contained in:
parent
859607780e
commit
3adaa94a1f
|
@ -26,9 +26,18 @@ dependencies:
|
|||
build:
|
||||
dependencies:
|
||||
gnu.org/coreutils: '*'
|
||||
git-scm.org: '*'
|
||||
env:
|
||||
VIRTUAL_ENV: ${{prefix}}/venv
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
LD: clang
|
||||
script:
|
||||
# segfaults on some GHA runners
|
||||
- run: |
|
||||
sed -i.bak -e's/\(MK_.* -march=native -mtune=native\)/#\1/g' Makefile
|
||||
rm Makefile.bak
|
||||
if: linux/x86-64
|
||||
- make --jobs {{hw.concurrency}}
|
||||
|
||||
- |
|
||||
|
|
Loading…
Reference in a new issue