dev-lang/fennel: remove failing ppc tests

Closes: https://bugs.gentoo.org/929927
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2024-04-14 00:49:55 +02:00
parent b35eec60fc
commit e63f446626
2 changed files with 10 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
# Fails to build with with "lua5-1".
LUA_COMPAT=( lua5-{3,4} )
LUA_COMPAT=( lua5-{3,4} luajit )
inherit lua-single
@@ -39,6 +39,10 @@ src_prepare() {
# Turn off failing tests. bug https://bugs.gentoo.org/906351
sed -e 's|"failures",||' -e 's|"repl",||' -i test/init.lua || die
# Remove bad tests, bug #923281
rm test/macro.fnl || die
sed -i test/init.lua -e 's|"test.macro",||' || die
}
src_test() {

View File

@@ -4,7 +4,7 @@
EAPI=8
# Fails to build with with "lua5-1".
LUA_COMPAT=( lua5-{3,4} )
LUA_COMPAT=( lua5-{3,4} luajit )
inherit lua-single
@@ -39,6 +39,10 @@ src_prepare() {
# Turn off failing tests. bug https://bugs.gentoo.org/906351
sed -e 's|"failures",||' -e 's|"repl",||' -i test/init.lua || die
# Remove bad tests, bug #923281
rm test/macro.fnl || die
sed -i test/init.lua -e 's|"test.macro",||' || die
}
src_test() {