From: Viktor Szakats Date: Thu, 1 Jan 2026 21:47:18 +0000 (+0100) Subject: GHA/non-native: stop building examples in a cross-job X-Git-Tag: curl-8_18_0~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26c437b1bb6c2e5d387eacf9d4fc8239675a45a0;p=thirdparty%2Fcurl.git GHA/non-native: stop building examples in a cross-job 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 --- diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index 641d35d3a8..36e87bcbf9 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -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: