]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Ignores failure to update lists (GH-9424)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 19 Sep 2018 21:34:14 +0000 (14:34 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Wed, 19 Sep 2018 21:34:14 +0000 (14:34 -0700)
(cherry picked from commit 76531e2e82319a487d659bc469441bd4b8251608)

Co-authored-by: Steve Dower <steve.dower@microsoft.com>
.vsts/install_deps.sh

index 7b98cfddb6c406fa852b1ebdb2007e4f75cf1eb1..b1fa576047e6c65494d0abfa7f7e8cd0fe0a4aef 100755 (executable)
@@ -1,4 +1,4 @@
-sudo apt-get update
+sudo apt-get update || true
 
 sudo apt-get -yq install \
     build-essential \