ci: enable ACO tests
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Acked-by: Daniel Schürmann <daniel@schuermann.dev> Acked-by: Timur Kristóf <timur.kristof@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3521>
This commit is contained in:
@@ -739,6 +739,7 @@ meson-vulkan:
|
|||||||
VULKAN_DRIVERS: intel,amd,freedreno
|
VULKAN_DRIVERS: intel,amd,freedreno
|
||||||
EXTRA_OPTION: >
|
EXTRA_OPTION: >
|
||||||
-D vulkan-overlay-layer=true
|
-D vulkan-overlay-layer=true
|
||||||
|
-D build-aco-tests=true
|
||||||
-D werror=true
|
-D werror=true
|
||||||
|
|
||||||
meson-i386:
|
meson-i386:
|
||||||
|
@@ -81,7 +81,7 @@ apt-get install -y --no-remove -t buster-backports \
|
|||||||
# Needed for ci-fairy, this revision is able to upload files to MinIO
|
# Needed for ci-fairy, this revision is able to upload files to MinIO
|
||||||
pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates@6f5af7e5574509726c79109e3c147cee95e81366
|
pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates@6f5af7e5574509726c79109e3c147cee95e81366
|
||||||
|
|
||||||
# for the vulkan overlay layer
|
# for the vulkan overlay layer and ACO tests
|
||||||
wget https://github.com/KhronosGroup/glslang/releases/download/SDK-candidate-26-Jul-2020/glslang-master-linux-Release.zip
|
wget https://github.com/KhronosGroup/glslang/releases/download/SDK-candidate-26-Jul-2020/glslang-master-linux-Release.zip
|
||||||
unzip glslang-master-linux-Release.zip bin/glslangValidator
|
unzip glslang-master-linux-Release.zip bin/glslangValidator
|
||||||
install -m755 bin/glslangValidator /usr/local/bin/
|
install -m755 bin/glslangValidator /usr/local/bin/
|
||||||
|
Reference in New Issue
Block a user