···2323 "CC=cc" {os = "openbsd" | os = "macos"}
2424 "ASPP=cc -c" {os = "openbsd" | os = "macos"}
2525 ]
2626- [make "-j%{jobs}%" {os != "cygwin"}]
2626+ [make "-j%{jobs}%"]
2727]
2828install: [make "install"]
2929url {
···3535 "A failure in the middle of the build may be caused by build parallelism
3636 (enabled by default).
3737 Please file a bug report at https://github.com/ocaml/ocaml/issues"
3838- {failure & jobs > 1 & os != "cygwin"}
3838+ {failure & jobs > 1}
3939 "You can try installing again including --jobs=1
4040 to force a sequential build instead."
4141- {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"}
4141+ {failure & jobs > 1 & opam-version >= "2.0.5"}
4242]
···2424 "ASPP=cc -c"
2525 "--disable-native-compiler"
2626 ] {os = "openbsd" | os = "freebsd" | os = "macos"}
2727- [make "-j%{jobs}%" {os != "cygwin"} "world"]
2727+ [make "-j%{jobs}%" "world"]
2828]
2929install: [make "install"]
3030url {
···3535 "A failure in the middle of the build may be caused by build parallelism
3636 (enabled by default).
3737 Please file a bug report at https://github.com/ocaml/ocaml/issues"
3838- {failure & jobs > 1 & os != "cygwin"}
3838+ {failure & jobs > 1}
3939 "You can try installing again including --jobs=1
4040 to force a sequential build instead."
4141- {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"}
4141+ {failure & jobs > 1 & opam-version >= "2.0.5"}
4242]
···3131 "A failure in the middle of the build may be caused by build parallelism
3232 (enabled by default).
3333 Please file a bug report at https://github.com/ocaml/ocaml/issues"
3434- {failure & jobs > 1 & os != "cygwin"}
3434+ {failure & jobs > 1}
3535 "You can try installing again including --jobs=1
3636 to force a sequential build instead."
3737- {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"}
3737+ {failure & jobs > 1 & opam-version >= "2.0.5"}
3838]
3939available: !(os = "macos" & arch = "arm64")
···4545 "PARTIALLD=ld -r -melf_i386" {ocaml-option-32bit:installed & os="linux"}
4646 "LIBS=-static" {ocaml-option-static:installed}
4747 ]
4848- [make "-j%{jobs}%" {os != "cygwin"}]
4848+ [make "-j%{jobs}%"]
4949]
5050install: [make "install"]
5151url {
···5757 "A failure in the middle of the build may be caused by build parallelism
5858 (enabled by default).
5959 Please file a bug report at https://github.com/ocaml/ocaml/issues"
6060- {failure & jobs > 1 & os != "cygwin"}
6060+ {failure & jobs > 1}
6161 "You can try installing again including --jobs=1
6262 to force a sequential build instead."
6363- {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"}
6363+ {failure & jobs > 1 & opam-version >= "2.0.5"}
6464]
6565depopts: [
6666 "ocaml-option-32bit"
···4747 "LIBS=-static" {ocaml-option-static:installed}
4848 "--disable-warn-error"
4949 ]
5050- [make "-j%{jobs}%" {os != "cygwin"}]
5050+ [make "-j%{jobs}%"]
5151]
5252install: [make "install"]
5353url {
···5757 "A failure in the middle of the build may be caused by build parallelism
5858 (enabled by default).
5959 See https://github.com/ocaml/opam-repository/pull/14257 for more info."
6060- {failure & jobs > 1 & os != "cygwin"}
6060+ {failure & jobs > 1}
6161 "You can try installing again including --jobs=1
6262 to force a sequential build instead."
6363- {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"}
6363+ {failure & jobs > 1 & opam-version >= "2.0.5"}
6464]
6565depopts: [
6666 "ocaml-option-32bit"