Skip to content

Commit

Permalink
with lock
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Dec 30, 2024
1 parent 35d2c87 commit f5c5cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ruby_installer/build/msys2_installation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def install_packages(packages, verbose: false)
return if packages.empty?

with_msys_apps_enabled do
# with_pacman_lock do
with_pacman_lock do
# Find packages that are already installed
skips, installs = packages.partition do |package|
IO.popen(["pacman", "-Q", package], err: :out, &:read)
Expand All @@ -349,7 +349,7 @@ def install_packages(packages, verbose: false)

Gem.ui.say(res) if verbose==1
end
# end
end
end
end

Expand Down

0 comments on commit f5c5cf2

Please sign in to comment.