azure: Add the missing build dependency for MSYS2 build
authorBin Meng <bmeng.cn@gmail.com>
Tue, 28 Jul 2020 09:06:43 +0000 (02:06 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 28 Jul 2020 12:42:16 +0000 (08:42 -0400)
Package 'flex' is needed when building the U-Boot host tool, but
is currently missing in the build dependency in the CI pipeline.

This is to prepare switching to an installer based CI build.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
.azure-pipelines.yml

index 30403fb..b5a9f1f 100644 (file)
@@ -22,7 +22,7 @@ jobs:
           %CD:~0,2%\msys64\usr\bin\bash -lc "pacman --noconfirm -Syyuu"
         displayName: 'Update MSYS2'
       - script: |
-          %CD:~0,2%\msys64\usr\bin\bash -lc "pacman --noconfirm --needed -S make gcc bison diffutils openssl-devel"
+          %CD:~0,2%\msys64\usr\bin\bash -lc "pacman --noconfirm --needed -S make gcc bison flex diffutils openssl-devel"
         displayName: 'Install Toolchain'
       - script: |
           echo make tools-only_defconfig tools-only NO_SDL=1 > build-tools.sh