From: Bin Meng Date: Tue, 28 Jul 2020 09:06:43 +0000 (-0700) Subject: azure: Add the missing build dependency for MSYS2 build X-Git-Tag: v2020.10~92^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d126e3cdb740cd7d8717477e09f7a016030e1805;p=platform%2Fkernel%2Fu-boot.git azure: Add the missing build dependency for MSYS2 build 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 --- diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 30403fb..b5a9f1f 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -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