libarchive: Disable string conversion test on FreeBSD

This commit is contained in:
Artemis Tosini
2026-05-22 12:39:57 -04:00
parent 2a718c6457
commit 805c37dde6
+5
View File
@@ -65,6 +65,11 @@ stdenv.mkDerivation (finalAttrs: {
# bsdcpio: linkfile: large inode number truncated: Numerical result out of range
"cpio/test/test_basic.c"
"cpio/test/test_format_newc.c"
]
++ lib.optionals stdenv.hostPlatform.isFreeBSD [
# Locales are broken while building FreeBSD stdenv
# Optimally they would be fixed, but it is challenging to debug.
"libarchive/test/test_archive_string_conversion.c"
];
removeTest = testPath: ''
substituteInPlace Makefile.am --replace-fail "${testPath}" ""