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:
Satadru Pramanik
2022-01-04 13:18:58 -05:00
committed by GitHub
parent d7603d1389
commit 9f734e8dd4
2 changed files with 17 additions and 11 deletions

View File

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