diff options
author | Chris Evich <cevich@redhat.com> | 2020-07-29 14:08:41 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2020-07-31 10:10:24 -0400 |
commit | ba4a1e64dbfd376eeac21f46549cfc30186c22a2 (patch) | |
tree | 5280b582d26bc4f1166621b0fc2c5380499cf07a /contrib/cirrus/setup_environment.sh | |
parent | 543606c55c05c43bfa11ecee1e3a146c1c717ba0 (diff) | |
download | podman-ba4a1e64dbfd376eeac21f46549cfc30186c22a2.tar.gz podman-ba4a1e64dbfd376eeac21f46549cfc30186c22a2.tar.bz2 podman-ba4a1e64dbfd376eeac21f46549cfc30186c22a2.zip |
Cirrus: Install golang 1.14 on Ubuntu
This more/less reverts efd142214 + updates to 1.13
on all Ubuntus for all `containers` projects.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/setup_environment.sh')
-rwxr-xr-x | contrib/cirrus/setup_environment.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh index e5f3168da..94169442b 100755 --- a/contrib/cirrus/setup_environment.sh +++ b/contrib/cirrus/setup_environment.sh @@ -39,16 +39,6 @@ done cd "${GOSRC}/" case "${OS_RELEASE_ID}" in ubuntu) - apt-get update - apt-get install -y containers-common - if [[ "$OS_RELEASE_VER" == "19" ]]; then - apt-get purge -y --auto-remove golang* - apt-get install -y golang-1.13 - ln -s /usr/lib/go-1.13/bin/go /usr/bin/go - fi - if [[ "$OS_RELEASE_VER" == "20" ]]; then - apt-get install -y python-is-python3 - fi ;; fedora) # All SELinux distros need this for systemd-in-a-container |