Remove core packages that are build dependencies (#5525)

* Remove core packages that are build dependencies

Combine echo and read into one command prompt

* Move compiler checks to right before source download

* Remove prompts to install buildessential

* Bump crew version

* Make sure all buildessential packages are installed

* Remove stray text file

Co-authored-by: satmandu <satadru@umich.edu>
This commit is contained in:
Ed Reel
2021-04-11 22:33:24 -05:00
committed by GitHub
parent 87c735770e
commit 9f8f58aa51
5 changed files with 91 additions and 76 deletions

View File

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