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
|
cat /proc/cpuinfo
|
||||||
./util/opensslwrap.sh version -c
|
./util/opensslwrap.sh version -c
|
||||||
- name: make test
|
- name: make test
|
||||||
run: .github/workflows/make-test
|
run: make test HARNESS_JOBS=${HARNESS_JOBS:-4}
|
||||||
|
|
||||||
freebsd-x86_64:
|
freebsd-x86_64:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -158,7 +158,8 @@ jobs:
|
||||||
version: "13.4"
|
version: "13.4"
|
||||||
run: |
|
run: |
|
||||||
./util/opensslwrap.sh version -c
|
./util/opensslwrap.sh version -c
|
||||||
.github/workflows/make-test
|
if ( ! $?HARNESS_JOBS ) setenv HARNESS_JOBS 4
|
||||||
|
make test HARNESS_JOBS=${HARNESS_JOBS}
|
||||||
|
|
||||||
minimal:
|
minimal:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue