From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 19 Sep 2018 21:34:14 +0000 (-0700) Subject: Ignores failure to update lists (GH-9424) X-Git-Tag: v3.6.7rc1~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cccbb9b23db56f32638ef192d73e72e13ddc63b7;p=thirdparty%2FPython%2Fcpython.git Ignores failure to update lists (GH-9424) (cherry picked from commit 76531e2e82319a487d659bc469441bd4b8251608) Co-authored-by: Steve Dower --- diff --git a/.vsts/install_deps.sh b/.vsts/install_deps.sh index 7b98cfddb6c4..b1fa576047e6 100755 --- a/.vsts/install_deps.sh +++ b/.vsts/install_deps.sh @@ -1,4 +1,4 @@ -sudo apt-get update +sudo apt-get update || true sudo apt-get -yq install \ build-essential \