From 9bfc9cd789a6e7a3e927bafa87d24566a624617a Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Wed, 13 Dec 2023 15:11:35 -0500 Subject: [PATCH] fix(jq) closes #4398 --- projects/stedolan.github.io/jq/package.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/stedolan.github.io/jq/package.yml b/projects/stedolan.github.io/jq/package.yml index dbe4df92..29003a3a 100644 --- a/projects/stedolan.github.io/jq/package.yml +++ b/projects/stedolan.github.io/jq/package.yml @@ -11,8 +11,6 @@ dependencies: build: dependencies: - linux: - llvm.org: '>=12<15' git-scm.org: 2 script: - run: | @@ -22,6 +20,7 @@ build: fi if: <1.7 - ./configure --disable-maintainer-mode --prefix={{prefix}} + - make -j {{hw.concurrency}} - make install test: