mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +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
1 changed files with 9 additions and 0 deletions
|
@ -26,9 +26,18 @@ dependencies:
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
gnu.org/coreutils: '*'
|
gnu.org/coreutils: '*'
|
||||||
|
git-scm.org: '*'
|
||||||
env:
|
env:
|
||||||
VIRTUAL_ENV: ${{prefix}}/venv
|
VIRTUAL_ENV: ${{prefix}}/venv
|
||||||
|
CC: clang
|
||||||
|
CXX: clang++
|
||||||
|
LD: clang
|
||||||
script:
|
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}}
|
- make --jobs {{hw.concurrency}}
|
||||||
|
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Reference in a new issue