Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/b/bun.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
desc "Incredibly fast JavaScript runtime, bundler, test runner, and package manager"
homepage "https://bun.com"
url "https://github.com/oven-sh/bun.git",
tag: "bun-v1.3.11",
revision: "a04817ce2b7f1a1e8b7cbf8af8f2c027ab072f1d"
tag: "bun-v1.3.13",
revision: "bf2e2cecf27e800962b1e7f03d66278f9d5d2e79"
license all_of: [
"MIT", # Bun itself and most dependencies
"Apache-2.0", # boringssl, simdutf, uSockets, and others
Expand Down Expand Up @@ -69,7 +69,7 @@
end
end

def install

Check failure on line 72 in Formula/b/bun.rb

View workflow job for this annotation

GitHub Actions / build-formula (ubuntu-22.04-arm, ghcr.io/homebrew/ubuntu22.04:main, --user=linuxbrew, /github/hom...

`brew install --verbose --formula --build-bottle chenrui333/tap/bun` failed on Linux arm64!

::error::An exception occurred within a child process:%0A Errno::ENOENT: No such file or directory @ rb_sysopen - cmake/targets/BuildBun.cmake%0A
if OS.linux? && ENV["CI"]
# Linux ARM CI runners are prone to OOM with default parallel build settings.
if Hardware::CPU.arm?
Expand Down
Loading