Crew cache git granularity (#6379)

* Adjust git cachefile name to reflect branch commit if specified

* bump version
This commit is contained in:
Satadru Pramanik
2021-11-08 14:41:47 -05:00
committed by GitHub
parent 48ebbbd3ae
commit af5036e68f
2 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Defines common constants used in different parts of crew
CREW_VERSION = '1.18.0'
CREW_VERSION = '1.18.1'
ARCH_ACTUAL = `uname -m`.chomp
# This helps with virtualized builds on aarch64 machines