mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Switch upx to just use lzma to speed up builds (#6313)
This commit is contained in:
2
bin/crew
2
bin/crew
@@ -1028,7 +1028,7 @@ def shrink_dir(dir)
|
||||
pool.post do
|
||||
begin
|
||||
puts "Attempting to compress #{execfile.chomp} ...".lightblue
|
||||
system "upx --best -k --overlay=skip #{execfile}"
|
||||
system "upx --lzma -k --overlay=skip #{execfile}"
|
||||
system "upx -t #{execfile}" and FileUtils.rm "#{execfile}.~"
|
||||
rescue
|
||||
FileUtils.mv "#{execfile}.~", execfile
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Defines common constants used in different parts of crew
|
||||
|
||||
CREW_VERSION = '1.17.4'
|
||||
CREW_VERSION = '1.17.5'
|
||||
|
||||
ARCH_ACTUAL = `uname -m`.chomp
|
||||
# This helps with virtualized builds on aarch64 machines
|
||||
|
||||
Reference in New Issue
Block a user