]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: build.sh: Drop MESON_ARGS definition from global level
authorErik Skultety <eskultet@redhat.com>
Fri, 25 Aug 2023 14:22:43 +0000 (16:22 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 12 Sep 2023 09:36:03 +0000 (11:36 +0200)
Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
ci/build.sh

index 61e2772b69972a2d8423111777288451cdd1f2d5..abd695e23130a8af653da191a31cfdaf59236874 100644 (file)
@@ -13,16 +13,6 @@ if ! [ -t 1 ]; then
 fi
 
 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() {
     printf "\e[32m[RUN COMMAND]: '%s'\e[0m\n" "$*"
     "$@"