diff options
author | Eric Engestrom <[email protected]> | 2019-08-01 23:32:34 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-08-02 16:41:19 +0100 |
commit | 6125c93e00b3188ea1a34db26475d877f49432a9 (patch) | |
tree | a50b268fe1632b483cc5463e1443ba886c702ec0 | |
parent | a86eccfb78092493b3999849db62613838951756 (diff) |
gitlab-ci: just build all the tools
This line was mistakenly added while there is already a `-D tools=all`
a few lines below.
Fixes: f60defa72d5d20d99e3a ("gitlab-ci: Add a shader-db run using v3d on drm-shim.")
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61248b69163..dde82bf755f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -167,7 +167,6 @@ meson-main: DRI_DRIVERS: "i915,i965,r100,r200,swrast,nouveau" GALLIUM_ST: > -D dri3=true - -D tools=drm-shim -D gallium-extra-hud=true -D gallium-vdpau=true -D gallium-xvmc=true |