openssl: Add HARNESS_JOBS=$(nproc)

This commit is contained in:
Xi Ruoyao 2023-09-13 19:41:56 +08:00
parent c17a77452a
commit 3a8d1825cc
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -63,7 +63,7 @@
<para>To test the results, issue:</para> <para>To test the results, issue:</para>
<screen><userinput remap="test">make test</userinput></screen> <screen><userinput remap="test">HARNESS_JOBS=<replaceable>$(nproc)</replaceable> make test</userinput></screen>
<para>One test, 30-test_afalg.t, is known to fail if the host kernel <para>One test, 30-test_afalg.t, is known to fail if the host kernel
does not have <option>CONFIG_CRYPTO_USER_API_SKCIPHER</option> enabled, does not have <option>CONFIG_CRYPTO_USER_API_SKCIPHER</option> enabled,