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 842010c commit aa77a9aCopy full SHA for aa77a9a
generate-stackbrew-library.sh
@@ -112,9 +112,7 @@ for version; do
112
archCommit="${archCommits[$arch]}"
113
if wget --quiet --spider -O /dev/null -o /dev/null "$rawGitUrl/$archCommit/$dir/$arch/rootfs.tar.gz"; then
114
variantArches+=( "$arch" )
115
- if [ "$arch" = 'riscv64' ] && [ "$variant" = 'glibc' ]; then
116
- : # do not let "glibc" be "latest" on riscv64 until it is no longer based on Debian Unstable
117
- elif [ -z "${archLatestDir[$arch]:-}" ]; then
+ if [ -z "${archLatestDir[$arch]:-}" ]; then
118
# record the first supported directory per architecture for "latest" and friends
119
archLatestDir["$arch"]="$dir/$arch"
120
actualArches+=( "$arch" )
0 commit comments