Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit fa098e9

Browse files
committed
Fetch new commits of upstream projects on rebuild
This was required to address an issue when bumping the upstream v8 version.
1 parent 275d883 commit fa098e9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ext/libv8/builder.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ def setup_build_deps!
104104
Dir.chdir(File.expand_path('../../../vendor', __FILE__)) do
105105
unless Dir.exists? 'v8'
106106
system "fetch v8" or fail "unable to fetch v8 source"
107+
else
108+
system "gclient fetch" or fail "could not fetch v8 build dependencies commits"
107109
end
108110
Dir.chdir('v8') do
109111
system "git checkout Makefile" # Work around a weird bug on FreeBSD

0 commit comments

Comments
 (0)