main/apr: use -j1 for check() to avoid race

This commit is contained in:
A. Wilcox 2018-03-01 14:22:42 -06:00 committed by William Pitcock
parent 2c94dc1119
commit 7d24b8ffd4

View File

@ -28,7 +28,7 @@ build() {
check() {
cd "$builddir"
make check
make -j1 check
}
package() {