summaryrefslogtreecommitdiff
path: root/.github/workflows/run-tests-bigendian.yml
AgeCommit message (Collapse)Author
2024-12-11ci: update alpine linksSergey V. Lobanov
2024-11-28ci: fix build on alpine BE (s390x)Sergey V. Lobanov
bump libpcre, disable chap_secrets in tests
2024-08-26ci: run tests on alpine s390x (big-endian)Sergey V. Lobanov
s390x is the only big-endian platform supported by major Linux vendors. Alpine s390x is the only major distro that includes pppoe kernel module. Ubuntu, Debian, RHEL (and Fedora) removed pppoe from kernel config so alpine s390x is used. Alpine doesn't provide cloud-image for s390x that is why netboot installed is used. It is almost zero probability that someone will run accel-ppp on s390x IBM mainframe, but testing on big-endian platform is useful for another platforms (e.g. mips-be and ppc-be which is still in use on home gateways and supported by openwrt).