Browse Source

chore(CI): Don't install openssl docs in CI

Installing docs takes 2/3rds of the total build time on an NVME SSD, even more
on slower storage, and is useless in CI.
reviewable/pr6541/r3
Anthony Bilinski 4 years ago
parent
commit
a1c139a51c
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 2
      buildscripts/build_openssl_windows.sh

2
buildscripts/build_openssl_windows.sh

@ -43,4 +43,4 @@ fi @@ -43,4 +43,4 @@ fi
--cross-compile-prefix=${PREFIX}
make -j $(nproc)
make install
make install_sw

Loading…
Cancel
Save