mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
AutoBuild: libxml2 started at 2025-07-19-13UTC. (#12221)
* Update libxml2_autotools for new icu4c Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Fix build_updated_packages typo. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Fix build_updated_packages typo. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Updated package files for linux/386 to branch libxml2. --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a47fa0678b
commit
4b8c6d4428
@@ -1,5 +1,5 @@
|
||||
#!/usr/local/bin/ruby
|
||||
# build_updated_packages version 2.9 (for Chromebrew)
|
||||
# build_updated_packages version 3.0 (for Chromebrew)
|
||||
# This updates the versions in python pip packages by calling
|
||||
# tools/update_python_pip_packages.rb, checks for updated ruby packages
|
||||
# by calling tools/update_ruby_gem_packages.rb, and then checks if any
|
||||
@@ -80,7 +80,7 @@ def update_hashes(name = nil)
|
||||
puts "#{arch_specific_url} found!" if remote_binary[arch.to_sym] && CREW_VERBOSE
|
||||
end
|
||||
# Add build hashes.
|
||||
system 'crew update_package_file #[name}' unless remote_binary.values.all?(nil)
|
||||
system "crew update_package_file #{name}" unless remote_binary.values.all?(nil)
|
||||
# Add manifests if we are in the right architecture.
|
||||
FileUtils.cp "#{CREW_META_PATH}/#{name}.filelist", "#{CREW_LOCAL_REPO_ROOT}/manifest/#{ARCH}/#{name.chr}/#{name}.filelist" if system("yes | crew install #{name}") && File.exist?("#{CREW_META_PATH}/#{name}.filelist")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user