-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Alpine testing to CI #8621
Add Alpine testing to CI #8621
Conversation
2e0109d
to
32c9d69
Compare
@alexdowad any idea how to fix the iconv test? @cmb69 any idea about the missing enchant dict and posix test failures? |
Dear @mvorisek, I don't mind having a look at it. Could you share a link to the output of the failing test? Do you have anything like a Dockerfile which I could use to run your tests locally? |
thanks for a quick reaction, the test failures are here: https://github.com/php/php-src/runs/6609199312?check_suite_focus=true#step:10:4351 I do not have a DockerFile directly, but you should be able to replicate the failures using
|
Consider to install libiconv-dev, if possible. |
|
Please don't mix the CI configuration for alpine and ubuntu -- at least as far as package installation and PHP configuration is concerned. This is going to be a big mess otherwise. |
Then I suggest to verify that it is actually used; |
But https://github.com/php/php-src/runs/7506541587?check_suite_focus=true#step:6:653:
|
thanks, I have found docker-library/php#1121 and docker-library/php#240 also related docker-library/php#1264 to the official images |
7cbc709
to
31c3cff
Compare
872718a
to
1bcb09c
Compare
caa10de
to
96bb3d7
Compare
fa1431e
to
503ba82
Compare
I am closing this as the PR can't apply, nor does it address Nikita's comment wrt to splitting the actions to multiple files. |
test Alpine/musl libc in CI
needs #9139, #9140, #9149
old PR: #5933