]> git.ipfire.org Git - thirdparty/libvirt.git/commit
gitlab: Add script_variables and define $MAKEFLAGS there v6.2.0-rc1
authorAndrea Bolognani <abologna@redhat.com>
Fri, 27 Mar 2020 15:40:05 +0000 (16:40 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 27 Mar 2020 18:08:50 +0000 (19:08 +0100)
commitcab35ae380633eb0099e15427be6f8537a8a9fff
treeb29b314aef7fdfbec168bcaaf7474ee5582ddd92
parent8018858d23abc3423bfe4384750d0522371051d7
gitlab: Add script_variables and define $MAKEFLAGS there

This new template provides a standardized place where environment
variables which are not static, but rather depend on the output of
some shell command, can be defined for later use. This pattern is
already used in libosinfo's GitLab CI integration.

Defining $MAKEFLAGS there means we don't need to call getconf over
and over, and the actual build steps don't end up drowned in the
noise.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
.gitlab-ci.yml