mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
add corepack to node
Fixes #2996 Fixes https://github.com/teaxyz/cli/issues/673
This commit is contained in:
parent
8da5ea6836
commit
adfe3a8e4e
1 changed files with 0 additions and 7 deletions
|
@ -30,13 +30,6 @@ build:
|
|||
python.org: '>=3.7 <3.11'
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
script: |
|
||||
# This is hacky, but it works.
|
||||
# Knowing the precise versions to test is difficult, since
|
||||
# nodejs develops multiple majors in sync.
|
||||
if ./configure --help | grep -- --without-corepack; then
|
||||
ARGS="$ARGS --without-corepack"
|
||||
fi
|
||||
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue