summaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2020-07-28 12:06:43 +0300
committerTom Rini <trini@konsulko.com>2020-07-28 15:42:16 +0300
commitd126e3cdb740cd7d8717477e09f7a016030e1805 (patch)
tree5b1947f82f7f447f11ed455ae30800e131fc7e8c /.azure-pipelines.yml
parentf7faddf632c6471073aa295115591f0433988658 (diff)
downloadu-boot-d126e3cdb740cd7d8717477e09f7a016030e1805.tar.xz
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 <bmeng.cn@gmail.com>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 30403fb05b..b5a9f1f45c 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