Skip to content

Commit

Permalink
Merge pull request #58 from infosiftr/libffi6-s390x
Browse files Browse the repository at this point in the history
Exclude "s390x" for bullseye+ (due to libffi6 vs libffi7)
  • Loading branch information
yosifkit authored Aug 20, 2021
2 parents a32d442 + b9406c4 commit c82a643
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ for version; do
) \
<(xargs -n1 <<<"$variantArches" | sort)
)"
if [[ "$v" != *buster ]]; then
# "pypy3: error while loading shared libraries: libffi.so.6: cannot open shared object file: No such file or directory"
variantArches="$(sed -r -e '/s390x/d' <<<"$variantArches")"
fi
;;
esac

Expand Down

0 comments on commit c82a643

Please sign in to comment.