We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6956011 commit e3dccf6Copy full SHA for e3dccf6
ci/test/01_base_install.sh
@@ -26,7 +26,7 @@ if [ -n "${APT_LLVM_V}" ]; then
26
${CI_RETRY_EXE} apt-get install curl -y
27
curl "https://apt.llvm.org/llvm-snapshot.gpg.key" | tee "/etc/apt/trusted.gpg.d/apt.llvm.org.asc"
28
(
29
- # shellcheck disable=SC2034
+ # shellcheck disable=SC1091,SC2034
30
source /etc/os-release
31
echo "deb http://apt.llvm.org/${VERSION_CODENAME}/ llvm-toolchain-${VERSION_CODENAME}-${APT_LLVM_V} main" > "/etc/apt/sources.list.d/llvm-toolchain-${VERSION_CODENAME}-${APT_LLVM_V}.list"
32
)
0 commit comments