Skip to content

Commit 842e3fb

Browse files
committed
ports/util-vinix: Work around parallel builds failing
1 parent 026f467 commit 842e3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/util-vinix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ deps="core-libs"
1010
build() {
1111
cp -rp "${source_dir}"/. ./
1212

13-
make -j${parallelism} \
13+
make -j1 \
1414
PROD="$PROD" \
1515
CC=${OS_TRIPLET}-gcc \
1616
VFLAGS="-os vinix -gc none" \

0 commit comments

Comments
 (0)