Merge "Add requirement for gcc to delorean setup"

This commit is contained in:
Jenkins 2016-02-26 17:22:08 +00:00 committed by Gerrit Code Review
commit 22cc211367
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ function delorean_setup {
log "Delorean setup"
# Install delorean as per combination of toci-instack and delorean docs
sudo yum install -y createrepo git mock python-virtualenv rpm-build yum-plugin-priorities yum-utils
sudo yum install -y createrepo git mock python-virtualenv rpm-build yum-plugin-priorities yum-utils gcc
# Add the current user to the mock group
sudo usermod -G mock -a $(id -nu)