[libvirt PATCH 15/33] ci: build.sh: Drop MESON_ARGS definition from global level

Erik Skultety posted 33 patches 2 years, 5 months ago
There is a newer version of this series
[libvirt PATCH 15/33] ci: build.sh: Drop MESON_ARGS definition from global level
Posted by Erik Skultety 2 years, 5 months ago
Signed-off-by: Erik Skultety <eskultet@redhat.com>
---
 ci/build.sh | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/ci/build.sh b/ci/build.sh
index b075c49af3..5eef53f8d1 100644
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -8,16 +8,6 @@ export VIR_TEST_VERBOSE="1"
 export VIR_TEST_DEBUG="1"
 
 GIT_ROOT="$(git rev-parse --show-toplevel)"
-
-# $MESON_OPTS is an env that can optionally be set in the container,
-# populated at build time from the Dockerfile. A typical use case would
-# be to pass options to trigger cross-compilation
-#
-# $MESON_ARGS correspond to meson's setup args, i.e. configure args. It's
-# populated from a GitLab's job configuration
-
-MESON_ARGS="$MESON_ARGS $MESON_OPTS"
-
 run_cmd() {
     local CMD="$(echo $CMD | tr -s ' ')" # truncate any additional spaces
 
-- 
2.41.0
Re: [libvirt PATCH 15/33] ci: build.sh: Drop MESON_ARGS definition from global level
Posted by Daniel P. Berrangé 2 years, 5 months ago
On Fri, Aug 25, 2023 at 07:55:23PM +0200, Erik Skultety wrote:
> Signed-off-by: Erik Skultety <eskultet@redhat.com>
> ---
>  ci/build.sh | 10 ----------
>  1 file changed, 10 deletions(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|