From 9bcd4a590271e014be0d109abbcddee44e4e2f77 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Thu, 1 Jan 2026 17:17:59 +0100 Subject: [PATCH] multi-arch-test-build: disable runtime testing on mips_24kc mips_24kc runtime testing is currently constantly failling with: Bus error (core dumped) This is misleading for contributors as it might seems like the issue is with their changes. So, until we fix the root cause, lets disable runtime testing on mips_24kc. Related issue: https://github.com/openwrt/docker/issues/185 Signed-off-by: Robert Marko --- .github/workflows/multi-arch-test-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/multi-arch-test-build.yml b/.github/workflows/multi-arch-test-build.yml index ec5ef8ea..563b0749 100644 --- a/.github/workflows/multi-arch-test-build.yml +++ b/.github/workflows/multi-arch-test-build.yml @@ -33,7 +33,8 @@ jobs: - arch: mips_24kc target: ath79-generic - runtime_test: true + # Temporarily disabled due to random "Bus error (core dumped)" errors + runtime_test: false - arch: mipsel_24kc target: mt7621