Skip to content

Commit 6f77538

Browse files
committed
Parallelise builds
1 parent f05cc58 commit 6f77538

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

recipes/net-snmp/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
./configure \
44
--with-defaults \
55
--prefix=$PREFIX
6-
make
7-
make test
6+
make -j${CPU_COUNT}
87
make install
98

109
mkdir -p $PREFIX/etc/conda/activate.d

0 commit comments

Comments
 (0)