internal/rosa: lazy initialise all artifacts
Some checks failed
Test / Create distribution (push) Failing after 43s
Test / ShareFS (push) Failing after 49s
Test / Sandbox (push) Failing after 1m5s
Test / Sandbox (race detector) (push) Failing after 1m5s
Test / Hakurei (push) Failing after 1m18s
Test / Hakurei (race detector) (push) Failing after 1m28s
Test / Hpkg (push) Failing after 1m29s
Test / Flake checks (push) Has been skipped
Some checks failed
Test / Create distribution (push) Failing after 43s
Test / ShareFS (push) Failing after 49s
Test / Sandbox (push) Failing after 1m5s
Test / Sandbox (race detector) (push) Failing after 1m5s
Test / Hakurei (push) Failing after 1m18s
Test / Hakurei (race detector) (push) Failing after 1m28s
Test / Hpkg (push) Failing after 1m29s
Test / Flake checks (push) Has been skipped
This improves performance, though not as drastically as lazy initialising llvm. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -235,7 +235,7 @@ ln -vs ../usr/bin /work/bin
|
||||
compilerRT,
|
||||
runtimes,
|
||||
clang,
|
||||
boot.NewBusybox(),
|
||||
boot.Load(Busybox),
|
||||
})
|
||||
env = fixupEnviron(env, []string{
|
||||
EnvTriplet + "=" + triplet(),
|
||||
|
||||
Reference in New Issue
Block a user