mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
community/ocaml-findlib: use make -j1 for now due to parallelism problems on highly parallel builders (like ppc64le)
This commit is contained in:
parent
118568f8a5
commit
a786d1bafa
@ -24,7 +24,7 @@ build() {
|
|||||||
-sitelib /usr/lib/ocaml \
|
-sitelib /usr/lib/ocaml \
|
||||||
-mandir /usr/share/man \
|
-mandir /usr/share/man \
|
||||||
-config /etc/$_pkgname.conf || return 1
|
-config /etc/$_pkgname.conf || return 1
|
||||||
make all opt
|
make -j1 all opt
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user