Skip to content

Commit

Permalink
Remove 10 (end of life)
Browse files Browse the repository at this point in the history
> GCC 10.5 Released
> This is also the last release from the GCC 10 branch

https://gcc.gnu.org/pipermail/gcc-announce/2023/000178.html
  • Loading branch information
yosifkit committed Jun 21, 2024
1 parent df37ca5 commit 7c21417
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 171 deletions.
157 changes: 0 additions & 157 deletions 10/Dockerfile

This file was deleted.

9 changes: 0 additions & 9 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
{
"10": {
"compression": "xz",
"debian": {
"version": "bullseye"
},
"eol": "2025-01-07",
"lastModified": "2023-07-07",
"version": "10.5.0"
},
"11": {
"compression": "xz",
"debian": {
Expand Down
5 changes: 0 additions & 5 deletions versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,12 @@ set -Eeuo pipefail
# https://packages.debian.org/stable/gcc
# bookworm: 12.2
# bullseye: 10.2
# buster: 8.3

# defaultDebianSuite gets auto-declared below
declare -A debianSuites=(
# $ convert
# convert: /usr/local/lib64/libstdc++.so.6: version `GLIBCXX_3.4.30' not found
[11]='bullseye'
# $ apt --version
# apt: /usr/local/lib64/libstdc++.so.6: version `GLIBCXX_3.4.29' not found
[10]='bullseye'
[9]='bullseye'
)

cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
Expand Down

0 comments on commit 7c21417

Please sign in to comment.