[GIT-PULLS] [php-src] PR #22645: .github/actions/apk/action.yml: don't install gnu-libiconv-dev
[email protected] (orlitzky)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/22645 Author: orlitzky If we do not install GNU libiconv, the musl libc `iconv()` implementation should take over, allowing it to be tested on the CI. Are all of the test failures gone? :pray: