Skip to content

Commit

Permalink
tests: Build libssh in parallel
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Jelen <[email protected]>
  • Loading branch information
Jakuje authored and simo5 committed Jul 9, 2024
1 parent bf60966 commit b0e23ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/libssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ libssh_setup()
-DWITH_PKCS11_URI=ON \
-DWITH_PKCS11_PROVIDER=ON \
-DPKCS11_PROVIDER="${PKCS11_MODULE}" ..
make
make -j "$(nproc)"
popd
}

Expand Down

0 comments on commit b0e23ce

Please sign in to comment.