Fail builds if no files were installed (#13644)

This commit is contained in:
Max Downey Twiss
2025-11-27 13:14:53 +11:00
committed by GitHub
parent 1b08557fbb
commit 5d13477e34
2 changed files with 6 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ require 'etc'
require 'open3'
OLD_CREW_VERSION = defined?(CREW_VERSION) ? CREW_VERSION : '1.0'
CREW_VERSION = '1.68.3' unless defined?(CREW_VERSION) && CREW_VERSION == OLD_CREW_VERSION
CREW_VERSION = '1.68.4' unless defined?(CREW_VERSION) && CREW_VERSION == OLD_CREW_VERSION
# Kernel architecture.
KERN_ARCH = Etc.uname[:machine]