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

Commit c6f65c2

Browse files
committed
Do a plain checkout of the source
1 parent 65f5b9e commit c6f65c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/libv8/builder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def setup_build_deps!
108108
system "gclient fetch" or fail "could not fetch v8 build dependencies commits"
109109
end
110110
Dir.chdir('v8') do
111-
unless system "git checkout #{source_version} -- ."
111+
unless system "git checkout #{source_version}"
112112
fail "unable to checkout source for v8 #{source_version}"
113113
end
114114
system "gclient sync" or fail "could not sync v8 build dependencies"

0 commit comments

Comments
 (0)