Skip to content

Commit 0eff090

Browse files
authored
Merge pull request #1130 from infosiftr/mips64le
Remove mips64le special case
2 parents 3cb2fba + e34bccd commit 0eff090

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

generate-stackbrew-library.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ for version; do
136136
;;
137137
esac
138138

139-
# https://github.com/python/cpython/issues/93619 (Linking error when building 3.11 beta on mips64le) + https://peps.python.org/pep-0011/ (mips is not even tier 3)
140-
variantArches="$(sed <<<" $variantArches " -e 's/ mips64le / /g')"
141-
142139
sharedTags=()
143140
for windowsShared in windowsservercore nanoserver; do
144141
if [[ "$variant" == "$windowsShared"* ]]; then

0 commit comments

Comments
 (0)