Skip to content

Commit 17614ef

Browse files
committed
reduce parallel workers
1 parent 582ff3f commit 17614ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/cibuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -xe
22

33
if [ -z "$CORES" ]; then
4-
CORES=64
4+
CORES=32
55
fi
66

77
git clean -f -x

0 commit comments

Comments
 (0)