Re: [PATCH 1/3] cirrus-ci: test installation

2021-05-19 Thread Paolo Bonzini
On 18/05/21 15:50, Alex Bennée wrote: macos_xcode_task: osx_instance: @@ -47,7 +48,7 @@ macos_xcode_task: script: - mkdir build - cd build -- ../configure --extra-cflags='-Wno-error=deprecated-declarations' --enable-modules +- ../configure --extra-cflags='-Wno-error

Re: [PATCH 1/3] cirrus-ci: test installation

2021-05-18 Thread Alex Bennée
Paolo Bonzini writes: > Entitlements are applied via an install script that runs at installation > time. Test it in CI. > > Signed-off-by: Paolo Bonzini > --- > .cirrus.yml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/.cirrus.yml b/.cirrus.yml > index f4bf49b70

[PATCH 1/3] cirrus-ci: test installation

2021-05-18 Thread Paolo Bonzini
Entitlements are applied via an install script that runs at installation time. Test it in CI. Signed-off-by: Paolo Bonzini --- .cirrus.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index f4bf49b704..340fd395c0 100644 --- a/.cirrus.yml +++ b