On Thu, Jun 10, 2021 at 08:55:13PM +0500, ???? ??????? wrote: > I was mistaken. LibreSSL does not like parallel install > > libressl fails on `make -j4 install` · Issue #461 · > libressl-portable/portable (github.com) > <https://github.com/libressl-portable/portable/issues/461> > > > anyway, if CI works, I'm ok with changes
OK I've applied the change to use build_sw on openssl only (libressl doesn't have it), and -j$(nproc) for this phase for openssl on linux (will likely be 2). Let's see. Willy

