rocq: mark broken on 32-bit.

This commit is contained in:
Leah Neukirchen 2025-06-18 17:51:55 +02:00
parent 267b6df34a
commit 83525d000d

View file

@ -16,6 +16,10 @@ nocross=yes
make_check=ci-skip # takes long and has some faults
replaces="coq>=0"
if [ "$XBPS_WORDSIZE" = 32 ]; then
broken="Not enough heap memory to reserve minor heaps"
fi
do_patch() {
if ! command -v ocamlc.opt >/dev/null; then
# see coq/coq#18609