Skip to content

Commit

Permalink
actions: more parallel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG authored and kongeo committed Jan 17, 2024
1 parent f03f4c4 commit dcdd879
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .actions/fuzz-linux
Original file line number Diff line number Diff line change
Expand Up @@ -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 -

Expand All @@ -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
Expand Down

0 comments on commit dcdd879

Please sign in to comment.