]> xenbits.xensource.com Git - libvirt.git/commit
ci: build.sh: Add a wrapper function over meson's setup
authorErik Skultety <eskultet@redhat.com>
Thu, 24 Aug 2023 13:44:52 +0000 (15:44 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 12 Sep 2023 09:36:03 +0000 (11:36 +0200)
commit5ee28514813c6d36af8d1048711cd2dd8769c13c
tree26ed4b7a790495d48701ac0b0f12e3049dcb501f
parent6214ae55f6a3ef6afd1ec986c9255e0dc7abc246
ci: build.sh: Add a wrapper function over meson's setup

The reason for this wrapper is that all job functions introduced in
future patches will refer to this one instead of open-coding the same
'meson setup' invocation N times. It also prevents 'setup' to be called
multiple times as some future job functions might actually do just that
in a transitive manner.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
ci/build.sh