Skip to content

Commit

Permalink
Use standard Ubuntu packages instead of test PPA.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Nov 8, 2024
1 parent 382c9d2 commit 0eddb43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/linux-cxx-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ echo ">>>>>"
echo ">>>>> APT: REPO.."
echo ">>>>>"
${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 "${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"
Expand Down

0 comments on commit 0eddb43

Please sign in to comment.