Mesa (master): ci: Drop turnip opt-in option

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Feb 7 01:56:03 UTC 2020


Module: Mesa
Branch: master
Commit: 26ab38f1440625b85adc235140574901e60562a1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=26ab38f1440625b85adc235140574901e60562a1

Author: Kristian H. Kristensen <hoegsberg at google.com>
Date:   Thu Feb  6 14:49:57 2020 -0800

ci: Drop turnip opt-in option

Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3742>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3742>

---

 .gitlab-ci.yml            | 2 --
 .gitlab-ci/meson-build.sh | 1 -
 2 files changed, 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 571d6601cbe..d170f33b2e4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -322,8 +322,6 @@ meson-main:
     VULKAN_DRIVERS: freedreno
     GALLIUM_DRIVERS: "etnaviv,freedreno,kmsro,lima,nouveau,panfrost,swrast,tegra,v3d,vc4"
     BUILDTYPE: "debugoptimized"
-    EXTRA_OPTION: >
-      -D I-love-half-baked-turnips=true
   tags:
     - aarch64
 
diff --git a/.gitlab-ci/meson-build.sh b/.gitlab-ci/meson-build.sh
index b618f45a2c2..b16a82472b7 100755
--- a/.gitlab-ci/meson-build.sh
+++ b/.gitlab-ci/meson-build.sh
@@ -54,7 +54,6 @@ meson _build --native-file=native.file \
       ${GALLIUM_ST} \
       -D gallium-drivers=${GALLIUM_DRIVERS:-[]} \
       -D vulkan-drivers=${VULKAN_DRIVERS:-[]} \
-      -D I-love-half-baked-turnips=true \
       ${EXTRA_OPTION}
 cd _build
 meson configure



More information about the mesa-commit mailing list