On Wed, 2019-03-27 at 17:10 +0000, Daniel P. Berrangé wrote:
[...]
script:
- /bin/sh -xc "$MACOS_CMD"
+ # We can't run 'distcheck' or 'syntax-check' because they
fail on
+ # macOS, but doing 'install' and 'dist' gives us some useful
coverage
+ - ./autogen.sh --prefix=$(pwd)/install-root && make -j3 && make
-j3 install && make -j3 dist
One more thing: it would be nice if we could replace that '-j3' with
something similar to the 'getconf _NPROCESSORS_ONLN' call we have in
Makefile.ci for Linux builds.
Of course it would be a separate change that we can do as a follow
up, I'm just writing it down before I forget (again).
--
Andrea Bolognani / Red Hat / Virtualization