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:
Dmitry Misharov 2025-01-10 12:51:32 +01:00 committed by Tomas Mraz
parent 70e1f14f8c
commit 97dea546b1
1 changed files with 3 additions and 2 deletions

View File

@ -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