mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
main/apr: use -j1 for check() to avoid race
This commit is contained in:
parent
2c94dc1119
commit
7d24b8ffd4
@ -28,7 +28,7 @@ build() {
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check
|
||||
make -j1 check
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user