mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
550b778891
commit
d51dccaf6d
1 changed files with 7 additions and 4 deletions
|
@ -26,11 +26,14 @@ build:
|
|||
linux:
|
||||
llvm.org: '<16'
|
||||
gnu.org/make: '*'
|
||||
python.org: '>=3.7<3.11'
|
||||
python.org: ~3.9
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
script: |
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
script:
|
||||
- run: python configure.py $ARGS
|
||||
if: <14
|
||||
- run: ./configure $ARGS
|
||||
if: '>=14'
|
||||
- make --jobs {{ hw.concurrency }} install
|
||||
env:
|
||||
ARGS:
|
||||
- --without-npm
|
||||
|
|
Loading…
Reference in a new issue