diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-11-14 00:27:17 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-11-14 00:27:17 +0800 |
commit | 7a72a22f9ba2c4e665dc4eefec60bc588ab57673 (patch) | |
tree | 43d1349bcc25af69d3bc05fe418bf7a77ea37322 /chapter08/openssl.xml | |
parent | 1780e72d8d14621ffe3aaea89678d2eb93a63bf1 (diff) | |
parent | e07c41946983e891b283482c294ed748494c2578 (diff) |
Merge tag 'xry111/update-20231113' into trunk
There are some suspicious "nptl/tst-robust" test failures in Glibc, but
all other test results are clean. To be diagnosed...
And note that jhalfs needs an update to work with the merged parallelism
changes.
Diffstat (limited to 'chapter08/openssl.xml')
-rw-r--r-- | chapter08/openssl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml index 6a4441552..25295f056 100644 --- a/chapter08/openssl.xml +++ b/chapter08/openssl.xml @@ -63,7 +63,7 @@ <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 does not have <option>CONFIG_CRYPTO_USER_API_SKCIPHER</option> enabled, |