Fix crew buildessential dependency resolution (#5662)

This commit is contained in:
Ed Reel
2021-04-18 19:12:54 -05:00
committed by GitHub
parent a2c13ef64e
commit e8b5d84d7e
2 changed files with 12 additions and 13 deletions

View File

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