Skip to content

Commit

Permalink
Merge branch 'main' into don/test/path-resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
DonIsaac authored Dec 12, 2024
2 parents 3857a74 + 834b643 commit 254b53f
Show file tree
Hide file tree
Showing 71 changed files with 6,265 additions and 1,469 deletions.
17 changes: 1 addition & 16 deletions .buildkite/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,4 @@ steps:
agents:
queue: "build-darwin"
command:
- ".buildkite/scripts/prepare-build.sh"

- if: "build.branch == 'main' && !build.pull_request.repository.fork"
label: ":github:"
agents:
queue: "test-darwin"
depends_on:
- "darwin-aarch64-build-bun"
- "darwin-x64-build-bun"
- "linux-aarch64-build-bun"
- "linux-x64-build-bun"
- "linux-x64-baseline-build-bun"
- "windows-x64-build-bun"
- "windows-x64-baseline-build-bun"
command:
- ".buildkite/scripts/upload-release.sh"
- "node .buildkite/ci.mjs"
Loading

0 comments on commit 254b53f

Please sign in to comment.