bin/crew: try relative symlink (#5620)

* bin/crew: try relative symlink

* crew: symlink to bin/crew

* bump version and remove extraneous comments
This commit is contained in:
Cassandra Watergate
2021-04-14 14:36:25 -04:00
committed by GitHub
parent 14edd00921
commit 36e23d2d45
3 changed files with 2 additions and 4 deletions

View File

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