]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/non-native: stop building examples in a cross-job
authorViktor Szakats <commit@vsz.me>
Thu, 1 Jan 2026 21:47:18 +0000 (22:47 +0100)
committerViktor Szakats <commit@vsz.me>
Thu, 1 Jan 2026 22:07:03 +0000 (23:07 +0100)
To make the longest running FreeBSD job finish 1.5 minutes faster
(9.5m -> 8m).

Examples are still built with both autotools and cmake, one on Intel and
one on ARM.

Closes #20146

.github/workflows/non-native.yml

index 641d35d3a8a274a62af24e976f16cd60844cbb16..36e87bcbf95788233d68b6f3252367e2a2bc7afb 100644 (file)
@@ -139,7 +139,7 @@ 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' }
+          - { build: 'autotools', arch: 'arm64' , compiler: 'clang', desc: ' !examples' }
           - { build: 'cmake'    , arch: 'arm64' , compiler: 'clang' }
       fail-fast: false
     steps: