mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Fix CREW_CACHE_BUILD — libxi → 1.8.2 (#13039)
* Add unbuilt libxi to updater-libxi-1.8.2 * Add binary and fix building with CREW_CACHE_BUILD. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * updater-libxi-1.8.2: Package File Update Run on linux/386 container. * updater-libxi-1.8.2: Package File Update Run on linux/arm/v7 container. --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
45b68dae3a
commit
aba9e54dea
@@ -4,7 +4,7 @@ require 'etc'
|
||||
require 'open3'
|
||||
|
||||
OLD_CREW_VERSION ||= defined?(CREW_VERSION) ? CREW_VERSION : '1.0'
|
||||
CREW_VERSION ||= '1.67.4' unless defined?(CREW_VERSION) && CREW_VERSION == OLD_CREW_VERSION
|
||||
CREW_VERSION ||= '1.67.5' unless defined?(CREW_VERSION) && CREW_VERSION == OLD_CREW_VERSION
|
||||
|
||||
# Kernel architecture.
|
||||
KERN_ARCH ||= Etc.uname[:machine]
|
||||
|
||||
@@ -54,7 +54,7 @@ class Package
|
||||
:postremove # Function to perform after package removal.
|
||||
|
||||
class << self
|
||||
attr_accessor :build_from_source, :cached_build, :in_build, :in_install, :in_upgrade, :missing_binaries, :name
|
||||
attr_accessor :build_from_source, :built, :cached_build, :in_build, :in_install, :in_upgrade, :missing_binaries, :name
|
||||
end
|
||||
|
||||
def self.agree_default_no(message = nil)
|
||||
|
||||
Reference in New Issue
Block a user