GitHub user Xuanwo edited a discussion: discuss: Upgrade python binding building image to `manylinux_2_28` instead
Hi, as mentioned in https://github.com/apache/opendal/issues/5483, it seems unlikely that we can resolve this issue without upgrading the GCC version used for compilation. Perhaps it's time to drop the old `manylinux2014` and switch to `manylinux_2_28` instead. This change will update our minimum compatible glibc version to `2.28`. Our old version is `manylinux2014`, which targeted to `CentOS 7 based, glibc 2.17`, supports the following: - Debian 8+ - Ubuntu 13.10+ - Fedora 19+ - RHEL 7+ The new version will be `manylinux_2_28`, which targeted to `AlmaLinux 8 based, glibc 2.28`, supports the following: - Debian 10+ - Ubuntu 18.10+ - Fedora 29+ - CentOS/RHEL 8+ What do you think? - [ ] +1: I support this idea, .... - [ ] 0 - [ ] -1: I don't like this idea, since... GitHub link: https://github.com/apache/opendal/discussions/5521 ---- This is an automatically sent email for dev@opendal.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@opendal.apache.org