From e2d8a148b575fe8577862892df7318db339d8e3e Mon Sep 17 00:00:00 2001 From: omni Date: Mon, 10 Nov 2025 23:29:20 +0000 Subject: [PATCH] community/tor: disable failing test on x86_64 this passed in CI and also on this builder with the previous upgrade, but back then failed on aarch64 & ppc64le (see 9483b7ba70baf2493002c23) and now also failing here --- community/tor/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/tor/APKBUILD b/community/tor/APKBUILD index a8804e9d7de..01b465e4923 100644 --- a/community/tor/APKBUILD +++ b/community/tor/APKBUILD @@ -83,7 +83,7 @@ prepare() { patch src/test/test_sandbox.c \ "$srcdir"/0004-disable-sandbox_chmod_n_rename-tests_patch ;; - ppc64le|x86) + ppc64le|x86*) patch src/test/test_util.c \ "$srcdir"/0001-disable-wildcard-escaping-test_patch ;;