mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
fc2755183c
commit
9bfc9cd789
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,6 @@ dependencies:
|
|||
|
||||
build:
|
||||
dependencies:
|
||||
linux:
|
||||
llvm.org: '>=12<15'
|
||||
git-scm.org: 2
|
||||
script:
|
||||
- run: |
|
||||
|
@ -22,6 +20,7 @@ build:
|
|||
fi
|
||||
if: <1.7
|
||||
- ./configure --disable-maintainer-mode --prefix={{prefix}}
|
||||
- make -j {{hw.concurrency}}
|
||||
- make install
|
||||
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue