mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 22:35:42 +00:00
The warmup binary was being copied from a hardcoded bazel-bin path that doesn't work reliably with cross-compilation and remote caching. When the binary was cached but not materialized locally, the cp command would fail. Fix by: - Create a warmup_tar pkg_tar target that packages the warmup binary - Use tar extraction instead of cp, which forces Bazel to materialize the output file before the command runs - Rename the binary from warmup_linux_amd64 to warmup in the tar Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>