diff --git a/.buildkite/ci.mjs b/.buildkite/ci.mjs index d64ecd178b..da7c3213d1 100755 --- a/.buildkite/ci.mjs +++ b/.buildkite/ci.mjs @@ -660,7 +660,7 @@ function getReleaseStep(buildPlatforms, options) { agents: { queue: "test-darwin", }, - depends_on: buildPlatforms.map(platform => `${getTargetKey(platform)}-build-bun`), + depends_on: buildPlatforms.filter(p => p.os !== "freebsd").map(platform => `${getTargetKey(platform)}-build-bun`), env: { CANARY: revision, },