Skip to content

Commit

Permalink
Remove 7 years old workaround needed to update MSYS2
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Jan 17, 2025
1 parent 779dad1 commit 19136c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/ruby_installer/build/components/02_pacman_update.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ def execute(args)
run_verbose("pacman", "-U", "--noconfirm", "--config", tf.path, tar_path)
end

puts "Remove catgets to avoid conflicts while update ..."
# See https://github.com/Alexpux/MSYS2-packages/issues/1141
run_verbose("pacman", "-Rdd", "catgets", "libcatgets", "--noconfirm")

puts "#{description} part 1 ..."
# Update the package database and core system packages
res = run_verbose("pacman", "-Syu", *pacman_args)
Expand Down

0 comments on commit 19136c4

Please sign in to comment.