internal/rosa: parallel cmake bootstrap

This takes a very long time otherwise.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-19 03:21:29 +09:00
parent b14964a66d
commit 6a01a55d7e

View File

@@ -23,7 +23,9 @@ chmod -R +w /usr/src/cmake/Tests
cd "$(mktemp -d)"
/usr/src/cmake/bootstrap \
--prefix=/system -- \
--prefix=/system \
--parallel="$(nproc)" \
-- \
-DCMAKE_USE_OPENSSL=OFF
make "-j$(nproc)"
make DESTDIR=/work install