Changelog

oven-sh/bun · · 1 commit

Buildkite artifact lookup fixed for CI links

Switched CMake’s Buildkite artifact discovery from brittle build JSON scraping to `buildkite-agent artifact search`, restoring failing CI link steps.

CMake Buildkite artifact discovery now uses buildkite-agent (dylan-conway3832c85)

CI link steps were breaking because Buildkite no longer exposes the full jobs array in public build JSON, making the old scraper think builds had no jobs. This change replaces that approach with buildkite-agent artifact search, which is the right source of truth for sibling step artifacts and keeps the build link flow working.

Other misc changes

  • None.