mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
updater-uutils_coreutils-0.3.0 — uutils_coreutils → 0.3.0 (#13217)
* Add unbuilt uutils_coreutils to updater-uutils_coreutils-0.3.0 * Update rust coreutils => 0.3.0 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * updater-uutils_coreutils-0.3.0: Package File Update Run on linux/amd64 container. * updater-uutils_coreutils-0.3.0: Package File Update Run on linux/arm/v7 container. * Suggested changes. Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3c46018858
commit
a0aac7dcab
@@ -23,7 +23,7 @@ class RUST < Package
|
||||
}.transform_keys(&:to_s)
|
||||
|
||||
@channel_flag = @rust_channel.to_s.empty? ? '' : "+#{@rust_channel}"
|
||||
@features = @rust_features.to_s.empty? ? '' : "--features #{@rust_features}"
|
||||
@features = @rust_features.to_s.empty? ? '' : @rust_features.split.map { |f| "--features #{f}" }.join(' ')
|
||||
@profile = @rust_release_profile.to_s.empty? ? 'release' : @rust_release_profile
|
||||
@rust_install_path ||= '.'
|
||||
@packages = @rust_packages.to_s.empty? ? '' : @rust_packages.split.map { |p| "--package #{p}" }.join(' ')
|
||||
|
||||
@@ -4,7 +4,7 @@ require 'etc'
|
||||
require 'open3'
|
||||
|
||||
OLD_CREW_VERSION ||= defined?(CREW_VERSION) ? CREW_VERSION : '1.0'
|
||||
CREW_VERSION ||= '1.67.8' unless defined?(CREW_VERSION) && CREW_VERSION == OLD_CREW_VERSION
|
||||
CREW_VERSION ||= '1.67.9' unless defined?(CREW_VERSION) && CREW_VERSION == OLD_CREW_VERSION
|
||||
|
||||
# Kernel architecture.
|
||||
KERN_ARCH ||= Etc.uname[:machine]
|
||||
|
||||
Reference in New Issue
Block a user