internal/rosa/make: expose --host
All checks were successful
Test / Create distribution (push) Successful in 1m1s
Test / Sandbox (push) Successful in 2m51s
Test / Hakurei (push) Successful in 4m26s
Test / ShareFS (push) Successful in 4m43s
Test / Hpkg (push) Successful in 5m18s
Test / Hakurei (race detector) (push) Successful in 6m37s
Test / Sandbox (race detector) (push) Successful in 2m30s
Test / Flake checks (push) Successful in 1m54s

This should be set alongside --build.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-22 13:42:26 +09:00
parent 7f1e4cf43c
commit d4519e2075
2 changed files with 12 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ func (t Toolchain) newZlib() pkg.Artifact {
Env: []string{
"CC=clang -fPIC",
},
Host: `""`,
Build: `""`,
})
}