Skip to content

Commit aa77a9a

Browse files
committed
Remove riscv64+glibc=latest exclusion - Trixie is stable
1 parent 842010c commit aa77a9a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

generate-stackbrew-library.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,7 @@ for version; do
112112
archCommit="${archCommits[$arch]}"
113113
if wget --quiet --spider -O /dev/null -o /dev/null "$rawGitUrl/$archCommit/$dir/$arch/rootfs.tar.gz"; then
114114
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
115+
if [ -z "${archLatestDir[$arch]:-}" ]; then
118116
# record the first supported directory per architecture for "latest" and friends
119117
archLatestDir["$arch"]="$dir/$arch"
120118
actualArches+=( "$arch" )

0 commit comments

Comments
 (0)