slurm-wlm: upstream has deprecated 32bit support
This commit is contained in:
parent
8ea6b4f0ac
commit
ba74d9fb6e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue