From a6d1c22c8194917d963a1f8d3efca6b3e8d17205 Mon Sep 17 00:00:00 2001 From: Splendide Imaginarius <119545140+Splendide-Imaginarius@users.noreply.github.com> Date: Tue, 3 Sep 2024 06:04:30 +0000 Subject: [PATCH] armv6 and armv7 are no longer experimental --- .github/workflows/autobuild.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 9637770..275f7bf 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -151,13 +151,11 @@ jobs: - arch_mkxpz: armv6 arch_debian: armhf arch_gcc: arm-linux-gnueabihf - # GCC doesn't like the -mcpu flags, TODO investigate. - experimental: true + experimental: false - arch_mkxpz: armv7 arch_debian: armhf arch_gcc: arm-linux-gnueabihf - # GCC doesn't like the -mcpu flags, TODO investigate. - experimental: true + experimental: false - arch_mkxpz: armv7-neon arch_debian: armhf arch_gcc: arm-linux-gnueabihf