We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e858c commit 3fea7cfCopy full SHA for 3fea7cf
create_gcc_pkg.rb
@@ -110,8 +110,8 @@ def clean_package
110
def run
111
current_pkgs = %x[#{PACMAN} -Q].split("\n").select { |l| l.start_with? PKG_PRE }
112
113
- exec_check "Removing #{PKG_PRE}dlfcn",
114
- "#{PACMAN} -R --noconfirm --noprogressbar #{PKG_PRE}dlfcn"
+ # exec_check "Removing #{PKG_PRE}dlfcn",
+ # "#{PACMAN} -R --noconfirm --noprogressbar #{PKG_PRE}dlfcn"
115
116
install_gcc
117
0 commit comments