Skip to content

Commit 3efba68

Browse files
authored
chore(.toys): run bundle in external process to avoid Windows DLL collision (googleapis#26624)
fixes: googleapis#26615
1 parent 1511d44 commit 3efba68

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.toys/ci.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ def run
6868

6969
def run_in_dir dir
7070
Dir.chdir dir do
71+
puts "\nRunning bundle install in #{dir}...", :bold
72+
exec ["bundle", "install"]
73+
7174
if include_spec
7275
puts
7376
puts "Running spec in #{dir}...", :bold

0 commit comments

Comments
 (0)