Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,5 @@ compile — they have their own visitor implementors:
proto message usually needs: POJO + visitor wiring + both proto converters + a
round-trip test, and often `ExpressionCreator` factories and `dsl/SubstraitBuilder`
helpers for ergonomics.
- When monitoring PR checks, budget for a long tail: the **macOS `Build Isthmus Native
Image`** job is the long pole — it `needs:` the `java` + `integration` jobs (so it
starts late), then AOT-compiles for ~15–20 min on a slower macOS runner. A PR staying
yellow after the other checks pass usually just means that job is still running, not
that it's stuck or failing.
- The macOS native image is not built on PRs (only Linux is), so macOS-specific native
regressions surface on `main` or the weekly `native-image-macos.yml` run, not on the PR.
Loading