diff options
author | Kristian H. Kristensen <[email protected]> | 2020-02-06 14:49:57 -0800 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-02-07 01:36:58 +0000 |
commit | 26ab38f1440625b85adc235140574901e60562a1 (patch) | |
tree | a775256ea45f858803409c2772f4d40c155417b1 /.gitlab-ci/meson-build.sh | |
parent | fbc117cba311ed086ba7885e6df423ce5ae114b7 (diff) |
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>
Diffstat (limited to '.gitlab-ci/meson-build.sh')
-rwxr-xr-x | .gitlab-ci/meson-build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |