From fe673838efe0d943edb2f745c65c483f1bd9280e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 13 Oct 2019 10:02:35 +0530 Subject: [PATCH] Apparently running upgrade is not possible --- setup/unix-ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/unix-ci.py b/setup/unix-ci.py index 2a89044db3..129b5272d5 100644 --- a/setup/unix-ci.py +++ b/setup/unix-ci.py @@ -108,7 +108,7 @@ def main(): ) if not ismacos: run('sudo', 'apt-get', 'update', '-y') - run('sudo', 'apt-get', 'upgrade', '-y') + # run('sudo', 'apt-get', 'upgrade', '-y') run('sudo', 'apt-get', 'install', '-y', 'gettext', 'libgl1-mesa-dev') elif action == 'bootstrap':