Skip to content

Commit

Permalink
Add back focal+risc64 bits removed in #163
Browse files Browse the repository at this point in the history
(excluding scm+full on focal+riscv64)
  • Loading branch information
tianon committed Aug 19, 2024
1 parent dece9c6 commit 5d682bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ for version; do

variantArches="$arches"
case "$version" in
debian/trixie)
debian/trixie | ubuntu/focal)
# trixie on riscv64 doesn't have git yet (at the very least, probably more once we get past that one), so we just exclude the upper variants for now and can revisit later
# focal on riscv64 doesn't have mercurial, so we just exclude the upper focal variants from riscv64 entirely
if [ "$variant" != 'curl' ]; then
variantArches="$(sed -r -e 's/ riscv64 / /g' <<<" $variantArches ")"
fi
Expand Down

0 comments on commit 5d682bd

Please sign in to comment.