mirror of
https://github.com/token2/libfido2.git
synced 2026-03-13 11:12:49 -07:00
actions: more parallel builds
This commit is contained in:
committed by
Konstantinos Georgantas
parent
f03f4c4d9d
commit
dcdd87961b
@@ -63,6 +63,7 @@ git clone --depth=1 "${OPENSSL_URL}" -b "${OPENSSL_TAG}"
|
||||
cd openssl
|
||||
./Configure linux-x86_64-clang "enable-$1" --prefix="${FAKEROOT}" \
|
||||
--openssldir="${FAKEROOT}/openssl" --libdir=lib
|
||||
make -j"$(nproc)" build_sw
|
||||
make install_sw
|
||||
cd -
|
||||
|
||||
@@ -71,7 +72,7 @@ git clone --depth=1 "${ZLIB_URL}" -b "${ZLIB_TAG}"
|
||||
cd zlib
|
||||
CFLAGS="${ZLIB_CFLAGS}" LDFLAGS="${ZLIB_CFLAGS}" ./configure \
|
||||
--prefix="${FAKEROOT}"
|
||||
make install
|
||||
make -j"$(nproc)" install
|
||||
cd -
|
||||
|
||||
# libfido2
|
||||
|
||||
Reference in New Issue
Block a user