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)
This commit is contained in:
Dmitry Misharov 2025-01-10 12:51:32 +01:00
parent 987a5599e3
commit 4b2f41b3ef
1 changed files with 3 additions and 2 deletions

View File

@ -107,7 +107,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
@ -143,7 +143,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