We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pkg-config
1 parent 367f355 commit 566f514Copy full SHA for 566f514
devops/scripts/install_build_tools.sh
@@ -30,7 +30,8 @@ apt update && apt install -yqq \
30
# To obtain latest release of spriv-tool.
31
# Same as what's done in SPRIV-LLVM-TRANSLATOR:
32
# https://github.com/KhronosGroup/SPIRV-LLVM-Translator/blob/cec12d6cf46306d0a015e883d5adb5a8200df1c0/.github/workflows/check-out-of-tree-build.yml#L59
33
+# pkg-config is required for llvm-spriv to detect spriv-tools installation.
34
. /etc/os-release
35
curl -L "https://packages.lunarg.com/lunarg-signing-key-pub.asc" | apt-key add -
36
echo "deb https://packages.lunarg.com/vulkan $VERSION_CODENAME main" | tee -a /etc/apt/sources.list
-apt update && apt install -yqq spirv-tools
37
+apt update && apt install -yqq spirv-tools pkg-config
0 commit comments