Commit 26f02465 authored by satmandu's avatar satmandu Committed by GitHub

crew remove upx backup files not deleted (#5950)

parent e5ae7b82
......@@ -997,6 +997,7 @@ def shrink_dir(dir)
system "upx --best -k --overlay=skip #{execfile} && \
\( upx -t #{execfile} && rm #{execfile}.~ || mv #{execfile}.~ #{execfile}\)"
end
system 'find . -executable -type f -name "*.~" -delete'
end
end
end
......
# Defines common constants used in different parts of crew
CREW_VERSION = '1.11.8'
CREW_VERSION = '1.11.9'
ARCH_ACTUAL = `uname -m`.strip
# This helps with virtualized builds on aarch64 machines
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment