Skip to content

Commit 8dff8f2

Browse files
[CI] Install spriv-tools on Linux docker containers
This is intended to improve test coverage as some `llvm-spriv` tests require `spirv-tools` to execute.
1 parent f125616 commit 8dff8f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

devops/scripts/install_build_tools.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ apt update && apt install -yqq \
2525
curl \
2626
libhwloc-dev \
2727
libzstd-dev \
28-
time
28+
time \
29+
spirv-tools

0 commit comments

Comments
 (0)