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:
|
linux:
|
||||||
llvm.org: '<16'
|
llvm.org: '<16'
|
||||||
gnu.org/make: '*'
|
gnu.org/make: '*'
|
||||||
python.org: '>=3.7<3.11'
|
python.org: ~3.9
|
||||||
freedesktop.org/pkg-config: ^0.29
|
freedesktop.org/pkg-config: ^0.29
|
||||||
script: |
|
script:
|
||||||
./configure $ARGS
|
- run: python configure.py $ARGS
|
||||||
make --jobs {{ hw.concurrency }} install
|
if: <14
|
||||||
|
- run: ./configure $ARGS
|
||||||
|
if: '>=14'
|
||||||
|
- make --jobs {{ hw.concurrency }} install
|
||||||
env:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
- --without-npm
|
- --without-npm
|
||||||
|
|
Loading…
Reference in a new issue