mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
crew: Breakout .la renames as optional (#6551)
* crew: Make renaming .la files optional during builds * add CREW_LA_RENAME_ENABLED to const.rb
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Defines common constants used in different parts of crew
|
||||
|
||||
CREW_VERSION = '1.20.4'
|
||||
CREW_VERSION = '1.20.5'
|
||||
|
||||
ARCH_ACTUAL = `uname -m`.chomp
|
||||
# This helps with virtualized builds on aarch64 machines
|
||||
@@ -68,6 +68,8 @@ CREW_NOT_STRIP = ENV['CREW_NOT_STRIP']
|
||||
|
||||
CREW_SHRINK_ARCHIVE = ENV['CREW_SHRINK_ARCHIVE']
|
||||
|
||||
CREW_LA_RENAME_ENABLED = ENV['CREW_LA_RENAME_ENABLED']
|
||||
|
||||
# Set testing constants from environment variables
|
||||
CREW_TESTING_BRANCH = ENV['CREW_TESTING_BRANCH']
|
||||
CREW_TESTING_REPO = ENV['CREW_TESTING_REPO']
|
||||
|
||||
Reference in New Issue
Block a user