mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 04:37:09 +00:00
[Ubuntu] remove toolchain test repo (#9763)
This commit is contained in:
@@ -5,15 +5,8 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Source the helpers for use with the script
|
# Source the helpers for use with the script
|
||||||
source $HELPER_SCRIPTS/os.sh
|
|
||||||
source $HELPER_SCRIPTS/install.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[]')
|
versions=$(get_toolset_value '.gcc.versions[]')
|
||||||
|
|
||||||
for version in ${versions[*]}; do
|
for version in ${versions[*]}; do
|
||||||
|
|||||||
@@ -6,13 +6,6 @@
|
|||||||
|
|
||||||
# Source the helpers for use with the script
|
# Source the helpers for use with the script
|
||||||
source $HELPER_SCRIPTS/install.sh
|
source $HELPER_SCRIPTS/install.sh
|
||||||
source $HELPER_SCRIPTS/os.sh
|
|
||||||
|
|
||||||
# Install GNU Fortran compiler
|
|
||||||
if ! is_ubuntu24 ; then
|
|
||||||
add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
|
||||||
apt-get update -y
|
|
||||||
fi
|
|
||||||
|
|
||||||
versions=$(get_toolset_value '.gfortran.versions[]')
|
versions=$(get_toolset_value '.gfortran.versions[]')
|
||||||
|
|
||||||
|
|||||||
@@ -292,16 +292,14 @@
|
|||||||
"versions": [
|
"versions": [
|
||||||
"g++-9",
|
"g++-9",
|
||||||
"g++-10",
|
"g++-10",
|
||||||
"g++-12",
|
"g++-12"
|
||||||
"g++-13"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"gfortran": {
|
"gfortran": {
|
||||||
"versions": [
|
"versions": [
|
||||||
"gfortran-9",
|
"gfortran-9",
|
||||||
"gfortran-10",
|
"gfortran-10",
|
||||||
"gfortran-12",
|
"gfortran-12"
|
||||||
"gfortran-13"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"php": {
|
"php": {
|
||||||
|
|||||||
Reference in New Issue
Block a user