fix(node12)

ref: https://github.com/orgs/pkgxdev/discussions/799
This commit is contained in:
Jacob Heider 2023-10-11 14:33:19 -04:00 committed by Jacob Heider
parent 550b778891
commit d51dccaf6d

View file

@ -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