From 468f0835e71772cd714ff20d878f281dc3a3be99 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 31 Dec 2023 15:10:30 -0600 Subject: [PATCH] =?UTF-8?q?Maybe=20we=20don=C2=B4t=20need=20the=20gpg=20ke?= =?UTF-8?q?ys=20any=20longer.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ci/linux-cxx-install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci/linux-cxx-install.sh b/.ci/linux-cxx-install.sh index 7fd49b2212..ed08c13523 100755 --- a/.ci/linux-cxx-install.sh +++ b/.ci/linux-cxx-install.sh @@ -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 ">>>>>"