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 committed Jul 4, 2024
1 parent 4c98db7 commit 4b5cc5e
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 4b5cc5e

Please sign in to comment.