aboutsummaryrefslogtreecommitdiffstats
path: root/centos.sh
diff options
context:
space:
mode:
Diffstat (limited to 'centos.sh')
-rwxr-xr-xcentos.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/centos.sh b/centos.sh
index c2ff9a0..a2cd5b0 100755
--- a/centos.sh
+++ b/centos.sh
@@ -9,7 +9,8 @@ RELEASE=7
ARCH=amd64
# We don't install Erlang because it's complicated on CentOS.
# We will instead use the Erlang versions built with kerl.
-PACKAGES="curl ncurses-devel openssl-devel zsh vim sudo git make autoconf automake gcc"
+PACKAGES="curl ncurses-devel openssl-devel zsh vim sudo git make \
+ autoconf automake gcc golang glide"
for f in ci.d/*; do source "$f"; done
@@ -18,6 +19,7 @@ lxc_destroy
lxc_create $DIST $RELEASE $ARCH
lxc_wait_for_ip
yum_upgrade
+yum_install_epel
yum_install $PACKAGES
buildkite_install $DIST $BUILDKITE_TOKEN
ssh_copy_host_key