We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45adbf8 commit 5a7b4e7Copy full SHA for 5a7b4e7
libc-test/build.rs
@@ -658,7 +658,7 @@ fn main() {
658
// MFD_HUGETLB is not available in some older libc versions on the CI builders. On the
659
// x86_64 and i686 builders it seems to be available for all targets, so at least test
660
// it there.
661
- "MFD_HUGETLB" if !(x86_64 || i686) || musl => true,
+ "MFD_HUGETLB" if !(x86_64 || i686) || musl || (x86_64 && android)=> true,
662
663
"DT_FIFO" | "DT_CHR" | "DT_DIR" | "DT_BLK" | "DT_REG"
664
| "DT_LNK" | "DT_SOCK"
0 commit comments