You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two fixes:
1. Move timeout-minutes: 45 to ci.yml caller jobs — GitHub Actions
ignores timeout-minutes in called reusable workflows; it must be
set in the caller. The 15-min limit in build-cli.yml was never
being overridden by our change there.
2. Install protoc 25.3 from GitHub releases in Cross.toml instead of
apt's bundled version — the cross Docker image ships protoc < 3.15
which rejects the `optional` keyword in proto3 syntax used by the
substrait .proto files. Protoc 25.x supports it.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments