]> xenbits.xensource.com Git - libvirt.git/commit
.gitlab-ci.yml: Convert the cross build job to the build.sh usage
authorErik Skultety <eskultet@redhat.com>
Thu, 24 Aug 2023 14:05:41 +0000 (16:05 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 12 Sep 2023 09:36:03 +0000 (11:36 +0200)
commit8a2866a4f67ba8b3b9f4dde24f002418d5c1ed01
tree83bcb6c4e480ab4bfae1fdf4cb99ea9f7a621d9b
parentf688a53a3e97726c5d9a656de3fa0cfa10a24815
.gitlab-ci.yml: Convert the cross build job to the build.sh usage

Individual shell command executions are replaced by respective
functions in the ci/build.sh base script. This will make sure we use
the same recipes in GitLab jobs as well as in local executions.

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