From 143484873d6a0b9ef8f9072a8ea79ff4b94740d9 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Thu, 11 Mar 2021 23:11:35 -0800 Subject: [PATCH] fix #17343 (#17344) --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b64f813b274db..9006cf6e50cd8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -88,7 +88,8 @@ jobs: Pin-Priority: 1001 EOF - echo_run sudo apt-fast update -qq + # echo_run sudo apt-fast update -qq + echo_run sudo apt-fast update -qq || echo "failed, see bug #17343" # `:i386` (e.g. in `libffi-dev:i386`) is needed otherwise you may get: # `could not load: libffi.so` during dynamic loading. DEBIAN_FRONTEND='noninteractive' \