mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-15 18:41:37 +01:00
4 tests failed during a rebuild against icu 76.1. However, they only fail when luajit is enabled. Temporarily disable luajit on all arches until there is a fix. Upstream issue: https://github.com/rspamd/rspamd/issues/5263 Test errors, with the same stack traceback in each test case: ``` punycode ﻥﺎﻤﻫ<200c>ﺎﯾ.com -> xn--mgba3gch31f.com: Assert failed: expected 'xn--mgba3gch31f060k.com' to be equal to 'xn--mgba3gch31f.com' stack traceback: ...ty/rspamd/src/rspamd-3.11.1/build/test/lua/telescope.lua:199: in function 'assert_equal' ...rc/rspamd-3.11.1/build/test/lua/unit/rspamd_resolver.lua:28: in function <...rc/rspamd-3.11.1/build/test/lua/unit/rspamd_resolver.lua:26> [C]: in function 'xpcall' ...ty/rspamd/src/rspamd-3.11.1/build/test/lua/telescope.lua:441: in function 'invoke_test' ...ty/rspamd/src/rspamd-3.11.1/build/test/lua/telescope.lua:481: in function 'run' ...munity/rspamd/src/rspamd-3.11.1/build/test/lua/tests.lua:28: in main chunk punycode ශ්<200d>රී.com -> xn--10cl1a0b.com: Assert failed: expected 'xn--10cl1a0b660p.com' to be equal to 'xn--10cl1a0b.com' punycode faß.de -> fass.de: Assert failed: expected 'xn--fa-hia.de' to be equal to 'fass.de' unycode βόλος.com -> xn--nxasmq6b.com: Assert failed: expected 'xn--nxasmm1c.com' to be equal to 'xn--nxasmq6b.com' ```