From e66257a2b580eaa4323a1770330023f5c23fe5ce Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 7 Apr 2019 02:33:53 -0400 Subject: [PATCH] Okay which version of GCC do we want --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f8465952..780cedcd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,6 +14,7 @@ jobs: - template: azure-pipelines/setup-python3.yml - template: azure-pipelines/install-latest-meson.yml - script: | + gcc --version; exit 1 sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install gcc-6-multilib g++-6-multilib libc-dev:i386