Skip to content

Commit

Permalink
Maybe we don´t need the gpg keys any longer.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Dec 31, 2023
1 parent 045532c commit 468f083
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .ci/linux-cxx-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ ${SUDO} apt-get ${APT_OPT} install software-properties-common
if test "${OS_ISSUE}" = "Ubuntu" ; then
${SUDO} apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
fi
if test -n "${LLVM_OS}" ; then
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
${SUDO} apt-add-repository "deb http://apt.llvm.org/${LLVM_OS}/ llvm-toolchain-${LLVM_OS}-${LLVM_VER} main"
fi
# if test -n "${LLVM_OS}" ; then
# wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
# ${SUDO} apt-add-repository "deb http://apt.llvm.org/${LLVM_OS}/ llvm-toolchain-${LLVM_OS}-${LLVM_VER} main"
# fi
echo ">>>>>"
echo ">>>>> APT: UPDATE 2/2.."
echo ">>>>>"
Expand Down

0 comments on commit 468f083

Please sign in to comment.