mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
AutoBuild: bigdecimal started at 2025-07-16-17UTC. (#12206)
* Update and add arm binaries for ruby_bigdecimal Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update ruby gems during the gem update check process. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add built packages for linux/386 to branch bigdecimal. * Add built packages for linux/amd64 to branch bigdecimal. --------- 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
d75a9ad11b
commit
c802b6c69e
@@ -1,5 +1,5 @@
|
||||
#!/usr/local/bin/ruby
|
||||
# update_ruby_gem_packages version 2.1 (for Chromebrew)
|
||||
# update_ruby_gem_packages version 2.2 (for Chromebrew)
|
||||
# Author: Satadru Pramanik (satmandu) satadru at gmail dot com
|
||||
# Usage in root of cloned chromebrew repo:
|
||||
# tools/update_ruby_gem_packages.rb
|
||||
@@ -18,6 +18,9 @@ require_relative '../lib/require_gem'
|
||||
require_gem 'concurrent-ruby'
|
||||
require_gem 'ruby-libversion', 'ruby_libversion'
|
||||
|
||||
# Make sure rubygems is up to date.
|
||||
system 'gem update --system'
|
||||
|
||||
def check_for_updated_ruby_packages
|
||||
# Create a thread pool for parallelization.
|
||||
pool = Concurrent::ThreadPoolExecutor.new(
|
||||
|
||||
Reference in New Issue
Block a user