We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7f7f3 commit 4c74f6fCopy full SHA for 4c74f6f
versions.sh
@@ -6,8 +6,8 @@ declare -A debianSuites=(
6
# the libc created by gcc is too old for a newer Debian
7
# $ apt --version
8
# apt: /usr/local/lib64/libstdc++.so.6: version `GLIBCXX_3.4.29' not found
9
- [10]="bullseye"
10
- [9]="bullseye"
+ [10]='bullseye'
+ [9]='bullseye'
11
)
12
13
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
0 commit comments