mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 17:20:48 +02:00
CI script improvements
* ensure make -j is called everywhere * shallow clones where possible * set fixed ubuntu version for linux tests
This commit is contained in:
@@ -122,6 +122,7 @@ jobs:
|
||||
with:
|
||||
repository: wolfssl/osp
|
||||
path: osp
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Checkout CPython
|
||||
uses: actions/checkout@v4
|
||||
@@ -129,6 +130,7 @@ jobs:
|
||||
repository: python/cpython
|
||||
ref: v${{ matrix.python_ver }}
|
||||
path: cpython
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Apply wolfSSL patch
|
||||
working-directory: cpython
|
||||
|
||||
Reference in New Issue
Block a user