mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
dune.eclass: filter TEXTRELS warnings on 32 bit arch
Closes: https://bugs.gentoo.org/928104 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
parent
e359d09822
commit
d7b08071fd
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# @ECLASS: dune.eclass
|
||||
@ -185,6 +185,10 @@ dune-install() {
|
||||
}
|
||||
|
||||
dune_src_install() {
|
||||
# OCaml generates textrels on 32-bit arches
|
||||
if use arm || use ppc || use x86 ; then
|
||||
export QA_TEXTRELS='.*'
|
||||
fi
|
||||
dune-install ${1:-${DUNE_PKG_NAME}}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user