mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +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() {
|
check() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
make check
|
make -j1 check
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user