diff options
| author | Michael Orlitzky <mjo@gentoo.org> | 2024-05-29 10:08:02 -0400 |
|---|---|---|
| committer | Michael Orlitzky <mjo@gentoo.org> | 2024-05-29 10:08:02 -0400 |
| commit | 0dc2770237b56c442795cbbfcd28ef4d893e6f8e (patch) | |
| tree | 07e13364c3ef08f343b216dae09c149be81b1584 /dev-lang/php/php-8.2.18.ebuild | |
| parent | 4e88a6eb606751f0997b7c44bde70fac7172a764 (diff) | |
| download | gentoo-0dc2770237b56c442795cbbfcd28ef4d893e6f8e.tar.gz gentoo-0dc2770237b56c442795cbbfcd28ef4d893e6f8e.tar.bz2 gentoo-0dc2770237b56c442795cbbfcd28ef4d893e6f8e.zip | |
dev-lang/php: disable failing test for >=glibc-2.39
Closes: https://bugs.gentoo.org/933095
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-lang/php/php-8.2.18.ebuild')
| -rw-r--r-- | dev-lang/php/php-8.2.18.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-lang/php/php-8.2.18.ebuild b/dev-lang/php/php-8.2.18.ebuild index 5b90e1767bb8..9bd4d38c38c4 100644 --- a/dev-lang/php/php-8.2.18.ebuild +++ b/dev-lang/php/php-8.2.18.ebuild @@ -328,6 +328,10 @@ src_prepare() { # the tests fail. This is not really a test that end users should # be running pre-install, in my opinion. Bug 927461. rm ext/fileinfo/tests/bug78987.phpt || die + + # glibc-2.39 compatibility, fixed upstream in + # https://github.com/php/php-src/pull/14097 + rm ext/standard/tests/strings/setlocale_variation3.phpt || die } src_configure() { |
