From ba74d9fb6e8ac0c46396866e51c470f708bcca50 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Sun, 23 Feb 2020 03:40:49 -0500 Subject: [PATCH] slurm-wlm: upstream has deprecated 32bit support --- srcpkgs/slurm-wlm/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/slurm-wlm/template b/srcpkgs/slurm-wlm/template index 8a060c044e5..8475efe1d04 100644 --- a/srcpkgs/slurm-wlm/template +++ b/srcpkgs/slurm-wlm/template @@ -22,6 +22,9 @@ case "${XBPS_TARGET_MACHINE}" in # Undefined: inet_nsap_addr and getgrent_r # Used in the core of the program. *-musl) broken="https://api.travis-ci.org/jobs/124091254/log.txt";; + # configure: error: 32-bit support is deprecated, and not tested + # regularly. Use at your own risk. + i686*|armv*) broken="32-bit support is deprecated by upstream";; esac if [ -z "${CROSS_BUILD}" ]; then