mirror of
https://github.com/libssh2/libssh2.git
synced 2026-01-27 00:18:12 +03:00
- drop redundant `--parallel` cmake option for Ninja builds. - use Ninja for aws-lc, also simplify the script. - use global default `MAKEFLAGS`. This also makes certain steps faster due to missing parallelism before this patch. - enable `-DBUILD_OSSFUZZ=ON` in a cmake job. - split Cygwin job into steps. To sync with others. - sync Cygwin build type name with other jobs. Closes #1684