1
0
forked from rosa/hakurei

internal/rosa/openssl: disable building docs

These take very long and are never used in the Rosa OS environment.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-04-15 22:13:18 +09:00
parent 377b61e342
commit 46add42f58

View File

@@ -25,6 +25,7 @@ func (t Toolchain) newOpenSSL() (pkg.Artifact, string) {
{"prefix", "/system"},
{"libdir", "lib"},
{"openssldir", "etc/ssl"},
{"", "no-docs"},
},
Check: []string{
"HARNESS_JOBS=" + jobsE,