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
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).
The text was updated successfully, but these errors were encountered:
For the record, I tried to add testing in php/php-src#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.
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).
The text was updated successfully, but these errors were encountered: