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:
Satadru Pramanik, DO, MPH, MEng
2025-10-03 21:26:58 -04:00
committed by GitHub
parent 45b68dae3a
commit aba9e54dea
6 changed files with 172 additions and 170 deletions

View File

@@ -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]

View File

@@ -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)