From: Viktor Szakats Date: Mon, 12 Jan 2026 14:51:45 +0000 (+0100) Subject: GHA/non-native: disable FreeBSD arm CI jobs (upstream breakage) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41a6eeadf6de719caf414c3520e912db989a6d43;p=thirdparty%2Fcurl.git GHA/non-native: disable FreeBSD arm CI jobs (upstream breakage) Package manager is not finding packages. FreeBSD 15, moving to cmake, dropping impacket, stunnel, ldap, kerberos, could not fix it. Closes #20267 --- diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index e5890bf9f1..5c42eeeb3d 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -137,8 +137,8 @@ jobs: include: - { build: 'autotools', arch: 'x86_64', compiler: 'clang' } - { build: 'cmake' , arch: 'x86_64', compiler: 'clang', options: '-DCMAKE_UNITY_BUILD=OFF', desc: ' !unity !runtests !examples' } - - { build: 'autotools', arch: 'arm64' , compiler: 'clang', desc: ' !examples' } - - { build: 'cmake' , arch: 'arm64' , compiler: 'clang' } + # - { build: 'autotools', arch: 'arm64' , compiler: 'clang', desc: ' !examples' } + # - { build: 'cmake' , arch: 'arm64' , compiler: 'clang' } fail-fast: false steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1