Module: Mesa Branch: master Commit: afa25cc49de8c99ea3034d511b948069794b3f5d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=afa25cc49de8c99ea3034d511b948069794b3f5d
Author: Eric Anholt <[email protected]> Date: Tue Nov 17 13:08:40 2020 -0800 ci: Bring freedreno into the "warnings clean release build" fold. There are just a couple warnings left for turnip that point to real error handling we should be adding. Acked-by: Rob Clark <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7664> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 779dc2d72e3..6f414df18f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -709,7 +709,7 @@ meson-release: -D gallium-nine=false -D gallium-opencl=disabled -D llvm=false - GALLIUM_DRIVERS: "nouveau,kmsro,r300,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink" + GALLIUM_DRIVERS: "nouveau,kmsro,freedreno,r300,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink" BUILDTYPE: "release" EXTRA_OPTION: > -D osmesa=none _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
