mirror of
https://github.com/curl/curl.git
synced 2026-07-16 08:07:17 +03:00
GHA/linux: skip building examples in valgrind jobs
To make these long jobs finish a little bit faster. 10s in total for 5 cmake jobs, 11s for 1 autotools job. Closes #18291
This commit is contained in:
parent
596383ca71
commit
35a3b256f3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -706,7 +706,7 @@ jobs:
|
|||
../.github/scripts/randcurl.pl 60 ../bld/src/curl
|
||||
|
||||
- name: 'build examples'
|
||||
if: ${{ matrix.build.make-custom-target != 'tidy' }}
|
||||
if: ${{ !contains(matrix.build.install_packages, 'valgrind') && matrix.build.make-custom-target != 'tidy' }}
|
||||
run: |
|
||||
if [ "${MATRIX_BUILD}" = 'cmake' ]; then
|
||||
${MATRIX_MAKE_PREFIX} cmake --build bld --verbose --target curl-examples-build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue