From 9663525542affc35baecbfa6196a1032f2e3abd0 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Thu, 26 Aug 2021 17:11:41 -0400 Subject: CI: Ensure unzip is installed on the builders The CLDR database comes in a .zip file. --- Meta/Azure/Setup.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Meta/Azure') diff --git a/Meta/Azure/Setup.yml b/Meta/Azure/Setup.yml index 4e61127570..ef719a80e0 100644 --- a/Meta/Azure/Setup.yml +++ b/Meta/Azure/Setup.yml @@ -9,14 +9,14 @@ steps: - script: | sudo add-apt-repository ppa:canonical-server/server-backports sudo apt-get update - sudo apt-get install libmpfr-dev libmpc-dev ninja-build e2fsprogs qemu-utils qemu-system-i386 ccache + sudo apt-get install libmpfr-dev libmpc-dev ninja-build e2fsprogs qemu-utils qemu-system-i386 ccache unzip displayName: 'Install Dependencies' - ${{ if eq(parameters.os, 'Linux') }}: - script: | sudo apt-get purge -y clang-11 sudo apt-get update - sudo apt-get install ninja-build ccache + sudo apt-get install ninja-build ccache unzip sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-12 100 sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-12 100 @@ -28,5 +28,5 @@ steps: - ${{ if eq(parameters.os, 'macOS') }}: - script: | - brew install ninja wabt ccache + brew install ninja wabt ccache unzip displayName: 'Install Dependencies' -- cgit v1.2.3