[Ubuntu] remove toolchain test repo (#9763)

This commit is contained in:
Mikhail Koliada
2024-04-29 16:10:45 +02:00
committed by GitHub
parent c109ec4c0f
commit 8778073702
3 changed files with 2 additions and 18 deletions

View File

@@ -5,15 +5,8 @@
################################################################################
# Source the helpers for use with the script
source $HELPER_SCRIPTS/os.sh
source $HELPER_SCRIPTS/install.sh
# Install GNU C++ compiler
if ! is_ubuntu24 ; then
add-apt-repository ppa:ubuntu-toolchain-r/test -y
apt-get update -y
fi
versions=$(get_toolset_value '.gcc.versions[]')
for version in ${versions[*]}; do