mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +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 \
|
||||
-mandir /usr/share/man \
|
||||
-config /etc/$_pkgname.conf || return 1
|
||||
make all opt
|
||||
make -j1 all opt
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user