File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,10 @@ apt update && apt install -yqq \
2727 libzstd-dev \
2828 time
2929
30- # Add LLVM's GPG key to obtain latest release of spriv-tool.
30+ # To obtain latest release of spriv-tool.
3131# Same as what's done in SPRIV-LLVM-TRANSLATOR:
3232# https://github.com/KhronosGroup/SPIRV-LLVM-Translator/blob/cec12d6cf46306d0a015e883d5adb5a8200df1c0/.github/workflows/check-out-of-tree-build.yml#L59
33- curl -L " https://apt.llvm.org/llvm-snapshot.gpg.key" | sudo apt-key add -
34- curl -L " https://packages.lunarg.com/lunarg-signing-key-pub.asc" | sudo apt-key add -
35- echo " deb https://apt.llvm.org/jammy/ llvm-toolchain-jammy main" | sudo tee -a /etc/apt/sources.list
36- echo " deb https://packages.lunarg.com/vulkan jammy main" | sudo tee -a /etc/apt/sources.list
33+ . /etc/os-release
34+ curl -L " https://packages.lunarg.com/lunarg-signing-key-pub.asc" | apt-key add -
35+ echo " deb https://packages.lunarg.com/vulkan $VERSION_CODENAME main" | sudo tee -a /etc/apt/sources.list
3736apt update && apt install -yqq spirv-tools
You can’t perform that action at this time.
0 commit comments