Skip to content
Open
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/v/v8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
homepage "https://v8.dev/docs"
# Track V8 version from Chrome stable: https://chromiumdash.appspot.com/releases?platform=Mac
# Check `brew livecheck --resources v8` for any resource updates
url "https://github.com/v8/v8/archive/refs/tags/14.6.202.26.tar.gz"
sha256 "9967736b8381fdf34de72c3f84eebbdb30a867cb94d9a8ff6993504549cc65b5"
url "https://github.com/v8/v8/archive/refs/tags/14.7.173.16.tar.gz"
sha256 "98c053d8d5cdc6a9ebb26a0cb2090d3c8f71f7a95bcff72a786abc25ce963e3e"
license "BSD-3-Clause"

livecheck do
Expand Down Expand Up @@ -219,7 +219,7 @@
end
end

def install

Check failure on line 222 in Formula/v/v8.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

`brew install --verbose --formula --build-bottle v8` failed on macOS Sequoia (15) on Apple Silicon!

::error::v8 14.7.173.16 did not build

Check failure on line 222 in Formula/v/v8.rb

View workflow job for this annotation

GitHub Actions / Linux arm64

`brew install --verbose --formula --build-bottle v8` failed on Linux arm64!

::error::v8 14.7.173.16 did not build
# Workaround for an error: no member named 'powl' in namespace 'std'
inreplace "src/objects/js-duration-format.cc", "std::powl", "powl"

Expand Down
Loading