
6 May
2020
6 May
'20
2:41 p.m.
On Tue, 2020-05-05 at 15:54 +0100, Daniel P. Berrangé wrote:
+.dist_build_job_template: &dist_build_job_definition + image: $CI_REGISTRY_IMAGE/ci-$NAME:latest + stage: builds + before_script: + - export MAKEFLAGS="-j$(getconf _NPROCESSORS_ONLN)" + script: + - cargo test --verbose
Setting MAKEFLAGS is not needed here. With that removed, Reviewed-by: Andrea Bolognani <abologna@redhat.com> -- Andrea Bolognani / Red Hat / Virtualization