From adfe3a8e4e6add50ef3494f7877949b2c20a548b Mon Sep 17 00:00:00 2001 From: Max Howell Date: Mon, 28 Aug 2023 16:30:33 -0400 Subject: [PATCH] add corepack to node Fixes #2996 Fixes https://github.com/teaxyz/cli/issues/673 --- projects/nodejs.org/package.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/projects/nodejs.org/package.yml b/projects/nodejs.org/package.yml index 98dc46eb..90770825 100644 --- a/projects/nodejs.org/package.yml +++ b/projects/nodejs.org/package.yml @@ -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: