aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-03 08:12:19 -0400
committerTom Rini <trini@konsulko.com>2022-05-03 08:21:50 -0400
commit039ccec2c0b578124eb499f1a15381311c4b04ee (patch)
tree6e366375a73a3e260946eafba0c75543394abe31
parentcd76d5520c0871a321c9e4f83980d6dbf976c8f1 (diff)
downloadu-boot-CI/azure-debug.zip
u-boot-CI/azure-debug.tar.gz
u-boot-CI/azure-debug.tar.bz2
DEBUG: See which line failsCI/azure-debug
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--.azure-pipelines.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index f9acb98..3f211b8 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -22,8 +22,9 @@ stages:
displayName: 'Install MSYS2'
- script: |
sfx.exe -y -o%CD:~0,2%\
- %CD:~0,2%\msys64\usr\bin\bash -lc "pacman --noconfirm -Syyuu"
- %CD:~0,2%\msys64\usr\bin\bash -lc "pacman --noconfirm -Su"
+ %CD:~0,2%\msys64\usr\bin\bash -lc " "
+ %CD:~0,2%\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu"
+ %CD:~0,2%\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu"
displayName: 'Update MSYS2'
- script: |
%CD:~0,2%\msys64\usr\bin\bash -lc "pacman --noconfirm --needed -Sy make gcc bison flex diffutils openssl-devel libgnutls-devel libutil-linux-devel"