Skip to content

Commit 1d7bab3

Browse files
committed
FIX: Remove old copies of mini_racer before trying to clone it.
1 parent ebdbf8e commit 1d7bab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libexec/build-macos-x86_64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ bundle exec rake binary
5050
# Test that the gem can be installed and used.
5151
gem install pkg/libv8-node-$GEM_VERSION-$GEM_PLATFORM.gem
5252

53+
rm -rf test/mini_racer
5354
git clone https://github.com/rubyjs/mini_racer.git test/mini_racer --depth 1
5455
cd test/mini_racer
5556
ruby -i -ne "\$_ =~ /^\s+LIBV8_NODE_VERSION/ ? print(\" LIBV8_NODE_VERSION = \\\"$GEM_VERSION\\\"\\n\") : print" lib/mini_racer/version.rb

0 commit comments

Comments
 (0)