From 41a6eeadf6de719caf414c3520e912db989a6d43 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 12 Jan 2026 15:51:45 +0100 Subject: [PATCH] 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 --- .github/workflows/non-native.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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