diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-10-15 03:20:45 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-10-17 10:45:42 -0400 |
commit | 6ebd89cf9ca3f5a6948542c4522b9380b1e9539f (patch) | |
tree | 07af190d984894de7b22cfa7e91295c0fed78252 /.cirrus.yml | |
parent | 3e40748834923798aa57e3751db13a069e2c617b (diff) | |
download | qemu-6ebd89cf9ca3f5a6948542c4522b9380b1e9539f.zip |
submodules: bump meson to 0.55.3
This adds some bugfixes, and allows MSYS2 to configure
without "--ninja=ninja".
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 99d118239c..0f46cb5eaf 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -123,8 +123,7 @@ windows_msys2_task: script: - C:\tools\msys64\usr\bin\bash.exe -lc "mkdir build" - - C:\tools\msys64\usr\bin\bash.exe -lc "cd build && ../configure - --python=python3 --ninja=ninja" + - C:\tools\msys64\usr\bin\bash.exe -lc "cd build && ../configure --python=python3" - C:\tools\msys64\usr\bin\bash.exe -lc "cd build && make -j8" test_script: - C:\tools\msys64\usr\bin\bash.exe -lc "cd build && make V=1 check" |