Module: Mesa Branch: master Commit: 26ab38f1440625b85adc235140574901e60562a1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=26ab38f1440625b85adc235140574901e60562a1
Author: Kristian H. Kristensen <[email protected]> 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
