Skip to content

Commit

Permalink
Revert "[CI] Install spirv-tools on Linux docker containers (#16724)"
Browse files Browse the repository at this point in the history
This reverts commit 34ef866.
  • Loading branch information
uditagarwal97 authored Jan 22, 2025
1 parent 34ef866 commit 9c57858
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions devops/scripts/install_build_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,3 @@ apt update && apt install -yqq \
libhwloc-dev \
libzstd-dev \
time

# To obtain latest release of spriv-tool.
# Same as what's done in SPRIV-LLVM-TRANSLATOR:
# https://github.com/KhronosGroup/SPIRV-LLVM-Translator/blob/cec12d6cf46306d0a015e883d5adb5a8200df1c0/.github/workflows/check-out-of-tree-build.yml#L59
. /etc/os-release
curl -L "https://packages.lunarg.com/lunarg-signing-key-pub.asc" | apt-key add -
echo "deb https://packages.lunarg.com/vulkan $VERSION_CODENAME main" | tee -a /etc/apt/sources.list
apt update && apt install -yqq spirv-tools

0 comments on commit 9c57858

Please sign in to comment.