mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
rocq: mark broken on 32-bit.
This commit is contained in:
parent
267b6df34a
commit
83525d000d
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ nocross=yes
|
||||||
make_check=ci-skip # takes long and has some faults
|
make_check=ci-skip # takes long and has some faults
|
||||||
replaces="coq>=0"
|
replaces="coq>=0"
|
||||||
|
|
||||||
|
if [ "$XBPS_WORDSIZE" = 32 ]; then
|
||||||
|
broken="Not enough heap memory to reserve minor heaps"
|
||||||
|
fi
|
||||||
|
|
||||||
do_patch() {
|
do_patch() {
|
||||||
if ! command -v ocamlc.opt >/dev/null; then
|
if ! command -v ocamlc.opt >/dev/null; then
|
||||||
# see coq/coq#18609
|
# see coq/coq#18609
|
||||||
|
|
Loading…
Add table
Reference in a new issue