mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
profiles/arch/mips: unmask sanitizers
Bug: https://bugs.gentoo.org/779742 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
committed by
Ionen Wolkens
parent
160274ac64
commit
a5d7132f3a
6
profiles/arch/mips/mips64/package.use.mask
Normal file
6
profiles/arch/mips/mips64/package.use.mask
Normal file
@@ -0,0 +1,6 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2024-05-01)
|
||||
# Sanitizers supported on 64-bit mips only, #779742
|
||||
sys-libs/compiler-rt-sanitizers -dfsan -lsan -msan -tsan -cfi
|
||||
@@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2024-05-01)
|
||||
# Sanitizers supported on both 32-bit and 64-bit mips, #779742
|
||||
sys-libs/compiler-rt-sanitizers -asan -profile -ubsan -safestack -scudo -xray
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2024-03-21)
|
||||
# Test suite is very fragile and doesn't even run on amd64.
|
||||
# No real point in running it here right now, bug #804115.
|
||||
|
||||
Reference in New Issue
Block a user