Skip to content

Commit

Permalink
Merge branch 'main' of github.com:oven-sh/bun into don/test/test-assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Isaac committed Dec 12, 2024
2 parents bdd3d15 + 834b643 commit f7cb4fc
Show file tree
Hide file tree
Showing 78 changed files with 6,407 additions and 1,816 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 f7cb4fc

Please sign in to comment.