mirror of https://github.com/openssl/openssl.git
fix linux-arm64 and freebsd-x86_64 CI jobs
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26375)
(cherry picked from commit 4b2f41b3ef
)
This commit is contained in:
parent
70e1f14f8c
commit
97dea546b1
|
@ -122,7 +122,7 @@ jobs:
|
|||
cat /proc/cpuinfo
|
||||
./util/opensslwrap.sh version -c
|
||||
- name: make test
|
||||
run: .github/workflows/make-test
|
||||
run: make test HARNESS_JOBS=${HARNESS_JOBS:-4}
|
||||
|
||||
freebsd-x86_64:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -158,7 +158,8 @@ jobs:
|
|||
version: "13.4"
|
||||
run: |
|
||||
./util/opensslwrap.sh version -c
|
||||
.github/workflows/make-test
|
||||
if ( ! $?HARNESS_JOBS ) setenv HARNESS_JOBS 4
|
||||
make test HARNESS_JOBS=${HARNESS_JOBS}
|
||||
|
||||
minimal:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue