mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -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
@@ -3,17 +3,17 @@ require 'buildsystems/ruby'
|
|||||||
class Ruby_bigdecimal < RUBY
|
class Ruby_bigdecimal < RUBY
|
||||||
description 'This library provides arbitrary-precision decimal floating-point number class.'
|
description 'This library provides arbitrary-precision decimal floating-point number class.'
|
||||||
homepage 'https://github.com/ruby/bigdecimal'
|
homepage 'https://github.com/ruby/bigdecimal'
|
||||||
version "3.2.1-#{CREW_RUBY_VER}"
|
version "3.2.2-#{CREW_RUBY_VER}"
|
||||||
license 'BSD-2-Clause'
|
license 'BSD-2-Clause'
|
||||||
compatibility 'all'
|
compatibility 'all'
|
||||||
source_url 'SKIP'
|
source_url 'SKIP'
|
||||||
binary_compression 'gem'
|
binary_compression 'gem'
|
||||||
|
|
||||||
binary_sha256({
|
binary_sha256({
|
||||||
aarch64: '552043f132121d9688f3a776cda583de54ddacce799c121cbd96e362ce1f9f5d',
|
aarch64: 'b0d23dfb1d20da3bb43b0be1e48c1ef73e2017aee6dbabd3de6b72e88bec8f23',
|
||||||
armv7l: '552043f132121d9688f3a776cda583de54ddacce799c121cbd96e362ce1f9f5d',
|
armv7l: 'b0d23dfb1d20da3bb43b0be1e48c1ef73e2017aee6dbabd3de6b72e88bec8f23',
|
||||||
i686: 'a216725e25a38a0eb03446137d0c660a912cc54b099d22f7fd706e4564b20413',
|
i686: '97d40beb3af93e11cfe2bd5f3d2ca7faedaf61a6f50ef88a4edc2d6762673068',
|
||||||
x86_64: '3d6a052a3a09e584d55fa12f4c9f4f71250ced05830fdccc430dbdf3cd5518dc'
|
x86_64: '194605ae2247af5799cdd70c521d207fb63a0da72a623cfeb5070309e1e9e06d'
|
||||||
})
|
})
|
||||||
|
|
||||||
conflicts_ok
|
conflicts_ok
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/local/bin/ruby
|
#!/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
|
# Author: Satadru Pramanik (satmandu) satadru at gmail dot com
|
||||||
# Usage in root of cloned chromebrew repo:
|
# Usage in root of cloned chromebrew repo:
|
||||||
# tools/update_ruby_gem_packages.rb
|
# tools/update_ruby_gem_packages.rb
|
||||||
@@ -18,6 +18,9 @@ require_relative '../lib/require_gem'
|
|||||||
require_gem 'concurrent-ruby'
|
require_gem 'concurrent-ruby'
|
||||||
require_gem 'ruby-libversion', 'ruby_libversion'
|
require_gem 'ruby-libversion', 'ruby_libversion'
|
||||||
|
|
||||||
|
# Make sure rubygems is up to date.
|
||||||
|
system 'gem update --system'
|
||||||
|
|
||||||
def check_for_updated_ruby_packages
|
def check_for_updated_ruby_packages
|
||||||
# Create a thread pool for parallelization.
|
# Create a thread pool for parallelization.
|
||||||
pool = Concurrent::ThreadPoolExecutor.new(
|
pool = Concurrent::ThreadPoolExecutor.new(
|
||||||
|
|||||||
Reference in New Issue
Block a user