[libvirt PATCH 0/2] Run full unit tests on i686 too

Daniel P. Berrangé posted 2 patches 3 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20201030152810.119728-1-berrange@redhat.com
.gitlab-ci.yml                   | 1 +
scripts/check-remote-protocol.py | 6 ++++++
2 files changed, 7 insertions(+)
[libvirt PATCH 0/2] Run full unit tests on i686 too
Posted by Daniel P. Berrangé 3 years, 5 months ago

Daniel P. Berrangé (2):
  gitlab: run unit tests in i686 cross build
  scripts: trim "__attribute__((packed))" in RPC struct diff

 .gitlab-ci.yml                   | 1 +
 scripts/check-remote-protocol.py | 6 ++++++
 2 files changed, 7 insertions(+)

-- 
2.28.0


Re: [libvirt PATCH 0/2] Run full unit tests on i686 too
Posted by Erik Skultety 3 years, 5 months ago
On Fri, Oct 30, 2020 at 03:28:08PM +0000, Daniel P. Berrangé wrote:
> 
> 
> Daniel P. Berrangé (2):
>   gitlab: run unit tests in i686 cross build
>   scripts: trim "__attribute__((packed))" in RPC struct diff

Reviewed-by: Erik Skultety <eskultet@redhat.com>