mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
#8363 split all the cross-compilation into separate jobs, however these jobs are still also building the world (including the tests) targeting the host. Since `//:publish` and its dependencies are transitioned to target the desired platforms for each artifact, `bazel build //:publish` in the CI jobs that aren't running tests to only build what we actually care about in these jobs. This saves around 1 to 1.5 minutes for each cross-compile job with 100% cache hit rates.