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:
@@ -25,6 +25,7 @@ func (t Toolchain) newOpenSSL() (pkg.Artifact, string) {
|
|||||||
{"prefix", "/system"},
|
{"prefix", "/system"},
|
||||||
{"libdir", "lib"},
|
{"libdir", "lib"},
|
||||||
{"openssldir", "etc/ssl"},
|
{"openssldir", "etc/ssl"},
|
||||||
|
{"", "no-docs"},
|
||||||
},
|
},
|
||||||
Check: []string{
|
Check: []string{
|
||||||
"HARNESS_JOBS=" + jobsE,
|
"HARNESS_JOBS=" + jobsE,
|
||||||
|
|||||||
Reference in New Issue
Block a user