You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a VisionFive2 board that I currently use to build riscv64 packages for my software and php itself (https://hub.docker.com/r/danog/php), I'd be more than willing to set up a woodpecker runner and submit a PR with the configuration needed to run the php-src testsuite on native riscv64 hardware :)
The text was updated successfully, but these errors were encountered:
QEMU is super slow compared to real hardware, for example here are some basic benchmarks compiling php-src, running on my visionfive2 board and on QEMU on an AMD EPYC 7401P:
AFAIK, all CIs currently used to test other php-src on arm64 and s390x run on native hardware. Woodpecker is a great FOSS CI system based on Docker meant for self-hosting, unlike GHA self-hosted runners which are an absolute mess to work with (and currently don't support riscv64, unless we were to use a reverse-engineered Golang implementation of GHA runners like https://github.com/ChristopherHX/github-act-runner).
Description
I have a VisionFive2 board that I currently use to build riscv64 packages for my software and php itself (https://hub.docker.com/r/danog/php), I'd be more than willing to set up a woodpecker runner and submit a PR with the configuration needed to run the php-src testsuite on native riscv64 hardware :)
The text was updated successfully, but these errors were encountered: