ARM-software / arm-enterprise-acs

ARM Enterprise ACS
Apache License 2.0
42 stars 52 forks source link

Use a known, specific revision of the sbsa-acs and linux-acs repos #95

Closed bcran closed 3 years ago

bcran commented 3 years ago

Instead of using the latest code from master, use a known revision for the sbsa-acs and linux-acs repos. This avoids having the build change or break due to changes in external repos.

Signed-off-by: Rebecca Cran rebecca@nuviainc.com

edhay commented 3 years ago

Hi Rebecca,

Our strategy is to pull the latest code from SBSA 'master' when building from Enterprise 'master'. This is useful to build the latest image with latest code from both repositories

If build from a certain release is needed then the code can be checked out through the release tag and be built. In this case the SBSA commit is hardcoded.

Enterprise ACS Support