mirror of
https://github.com/curl/curl.git
synced 2026-07-28 21:23:06 +03:00
GHA: revert some build test steps added by #14772
They are still slow in these jobs/combinations.
- non-native/FreeBSD/arm64 autotools +36s
- non-native/FreeBSD/arm64 cmake +1m
- windows/linux-cross-mingw-w64 autotools +33s
These ones remain:
- linux/aws-lc cmake +6s
- windows/linux-cross-mingw-w64 cmake +12s
Follow-up to 71cf0d1fca #14772
This commit is contained in:
parent
71cf0d1fca
commit
4b378ea439
2 changed files with 4 additions and 8 deletions
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
|
@ -429,10 +429,6 @@ jobs:
|
|||
if: ${{ matrix.build == 'autotools' }}
|
||||
run: make -C bld -j5
|
||||
|
||||
- name: 'autotools build tests'
|
||||
if: ${{ matrix.build == 'autotools' }}
|
||||
run: make -C bld -j5 -C tests
|
||||
|
||||
- name: 'autotools build examples'
|
||||
if: ${{ matrix.build == 'autotools' }}
|
||||
run: make -C bld -j5 examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue