summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Smith <matthew@gentoo.org>2022-04-15 13:38:34 +0100
committerMatthew Smith <matthew@gentoo.org>2022-04-15 13:38:34 +0100
commit76ec1c2d6731c46616d293f7d75d6ea929b0cb21 (patch)
treee522c0f44bd162897a1d157ff5ff7a4b8525a175
parentlinux-info.eclass: Call ebegin, properly close with eend (diff)
downloadgentoo-76ec1c2d6731c46616d293f7d75d6ea929b0cb21.tar.gz
gentoo-76ec1c2d6731c46616d293f7d75d6ea929b0cb21.tar.bz2
gentoo-76ec1c2d6731c46616d293f7d75d6ea929b0cb21.zip
sys-devel/mold: disable more tests
Signed-off-by: Matthew Smith <matthew@gentoo.org>
-rw-r--r--sys-devel/mold/mold-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild
index 5ea54e0926db..83ebef232694 100644
--- a/sys-devel/mold/mold-9999.ebuild
+++ b/sys-devel/mold/mold-9999.ebuild
@@ -43,7 +43,10 @@ src_prepare() {
default
# Needs unpackaged dwarfdump
- rm test/elf/{compress-debug-sections,compressed-debug-info}.sh || die
+ rm test/elf/{{dead,compress}-debug-sections,compressed-debug-info}.sh || die
+
+ # Heavy test, needs qemu
+ rm test/elf/gdb-index.sh || die
# Sandbox sadness
rm test/elf/run.sh || die