docs: update native-image CI guidance for Linux-only per-PR build#1000
Open
nielspardon wants to merge 1 commit into
Open
docs: update native-image CI guidance for Linux-only per-PR build#1000nielspardon wants to merge 1 commit into
nielspardon wants to merge 1 commit into
Conversation
The per-PR native-image job no longer builds the macOS image and no longer depends on the java/integration jobs, so the "macOS native image is the PR long pole" guidance is stale. Reflect the current setup: PRs build the Linux native image only (with --quick-build-native, in parallel with the other jobs), while the macOS native image is built out-of-band in native-image-macos.yml on push to main, a weekly schedule, and workflow_dispatch.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the AGENTS.md guidance on monitoring PR checks to match the CI change made in #997.
The old text described the macOS
Build Isthmus Native Imagejob as the per-PR "long pole" thatneeds:thejava+integrationjobs. As of #997 that's no longer true:pr.yml) builds Linux only, uses--quick-build-native, and runs in parallel with thejava/integrationjobs (theneeds:was removed) — so it's fast and not a long pole..github/workflows/native-image-macos.yml(push tomain, a weekly backstop, andworkflow_dispatch), fully optimized to mirrorrelease.yml.This is a docs-only change (guidance for agents/contributors); no code or workflow behavior is affected.
🤖 Generated with AI