mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-10 21:42:50 +02:00
When BUILDKIT_ENDPOINT is set, the build happens on a remote BuildKit instance, making several runner setup steps unnecessary: - Rust toolchain installation (not needed for remote builds) - QEMU setup (cross-platform emulation handled by BuildKit) - All caching steps (Rust registry, cargo target, apt cache/lib) - Cache injection step (BuildKit manages its own cache) - Timelord timestamp caching (not needed with persistent build cache) Also added output to git SHA and timestamp steps to show their values. This should significantly reduce build time when using persistent BuildKit by eliminating ~7 setup steps per matrix job. |
||
---|---|---|
.. | ||
actions | ||
regsync | ||
workflows |