]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/non-native: disable FreeBSD arm CI jobs (upstream breakage)
authorViktor Szakats <commit@vsz.me>
Mon, 12 Jan 2026 14:51:45 +0000 (15:51 +0100)
committerViktor Szakats <commit@vsz.me>
Mon, 12 Jan 2026 15:26:49 +0000 (16:26 +0100)
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

index e5890bf9f119e3f1df2807ca482e22ebf5bd8445..5c42eeeb3d25f7848140be32cd4ac3624fca1510 100644 (file)
@@ -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