diff options
author | Samuel Pitoiset <[email protected]> | 2020-03-05 13:45:56 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-16 14:36:41 +0000 |
commit | 888b41f0ee0cc0f79c299d5a2a9149ae13306c12 (patch) | |
tree | b69afda63928ed0bcfa330d17b3185f84924e3a8 /.gitlab-ci/container | |
parent | 3349fe9a26d10a2d06c3f4a8ad0e5b554da2a243 (diff) |
gitlab-ci: remove useless 'patch' package in the VK test image
It was copied from the GL test image but it's actually unused.
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4179>
Diffstat (limited to '.gitlab-ci/container')
-rw-r--r-- | .gitlab-ci/container/x86_test-vk.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci/container/x86_test-vk.sh b/.gitlab-ci/container/x86_test-vk.sh index 9fca28e3b65..08a38d3539a 100644 --- a/.gitlab-ci/container/x86_test-vk.sh +++ b/.gitlab-ci/container/x86_test-vk.sh @@ -58,7 +58,6 @@ apt-get install -y --no-remove \ libxrender-dev \ libxrender1 \ meson \ - patch \ pkg-config \ python \ python3-distutils \ @@ -106,7 +105,6 @@ apt-get purge -y \ libxrandr-dev \ libxrender-dev \ meson \ - patch \ pkg-config apt-get autoremove -y --purge |