php / php-tasks

Tasks that need doing. This is for php-src maintainers. The end-user bug tracker is at https://bugs.php.net/.
27 stars 6 forks source link

Test on alpine #14

Open nikic opened 4 years ago

nikic commented 4 years ago

Alpine is commonly used as the base image for docker, and it's use of musl means that behavior can be quite a bit different from glibc based distros. I think it would be good to set up an alpine based job on azure (presumably inside a docker container).

nikic commented 3 years ago

For the record, I tried to add testing in https://github.com/php/php-src/pull/5933, but gave up on it as more trouble than it is worth. Musl simply delights in following the letter rather than the spirit of the standard, and I don't think it's worthwhile to add all the necessary workarounds for it.