diff mbox series

[v3,3/6] cirrus: Enable plugin in cirrus for windows

Message ID 20201001163429.1348-4-luoyonggang@gmail.com
State Superseded
Headers show
Series Enable plugin support on msys2/mingw | expand

Commit Message

罗勇刚(Yonggang Luo) Oct. 1, 2020, 4:34 p.m. UTC
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
---
 .cirrus.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Alex Bennée Oct. 5, 2020, 10:17 a.m. UTC | #1
Yonggang Luo <luoyonggang@gmail.com> writes:

> Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>


If the build doesn't work until your later fixes then this should be the
last patch in the series. 

> ---

>  .cirrus.yml | 3 ++-

>  1 file changed, 2 insertions(+), 1 deletion(-)

>

> diff --git a/.cirrus.yml b/.cirrus.yml

> index 86ea33926a..5363142373 100644

> --- a/.cirrus.yml

> +++ b/.cirrus.yml

> @@ -104,7 +104,8 @@ windows_msys2_task:

>      - 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

> -      --target-list-exclude=i386-softmmu,arm-softmmu,ppc-softmmu,mips-softmmu"

> +      --target-list-exclude=i386-softmmu,arm-softmmu,ppc-softmmu,mips-softmmu

> +      --enable-plugins"

>      - C:\tools\msys64\usr\bin\bash.exe -lc "cd build && make -j$NUMBER_OF_PROCESSORS"

>    test_script:

>      - C:\tools\msys64\usr\bin\bash.exe -lc "cd build && make V=1 check"



-- 
Alex Bennée
diff mbox series

Patch

diff --git a/.cirrus.yml b/.cirrus.yml
index 86ea33926a..5363142373 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -104,7 +104,8 @@  windows_msys2_task:
     - 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
-      --target-list-exclude=i386-softmmu,arm-softmmu,ppc-softmmu,mips-softmmu"
+      --target-list-exclude=i386-softmmu,arm-softmmu,ppc-softmmu,mips-softmmu
+      --enable-plugins"
     - C:\tools\msys64\usr\bin\bash.exe -lc "cd build && make -j$NUMBER_OF_PROCESSORS"
   test_script:
     - C:\tools\msys64\usr\bin\bash.exe -lc "cd build && make V=1 check"