| #
42a30adc |
| 22-Feb-2025 |
Trevor Gross <[email protected]> |
Switch back to matching `target_os` rather than `target_vendor`
`ctest` is very particular about this and the current configuration, though working most of the time, seems to cause occasional CI err
Switch back to matching `target_os` rather than `target_vendor`
`ctest` is very particular about this and the current configuration, though working most of the time, seems to cause occasional CI errors that can't easily be explained or mitigated. Switch back to matching all Apple `target_os` options until `ctest` is fixed.
(backport <https://github.com/rust-lang/libc/pull/4282>) (cherry picked from commit a986f81dbc23bf669fdecd81a74b6ae3999cb8c8)
show more ...
|
| #
e2f92909 |
| 04-Feb-2025 |
Aphek <[email protected]> |
Copy definitions from core::ffi and centralize them
(backport <https://github.com/rust-lang/libc/pull/4256>) (cherry picked from commit 95446f458e472511d65e560224c1b85570e50944)
[ include the neces
Copy definitions from core::ffi and centralize them
(backport <https://github.com/rust-lang/libc/pull/4256>) (cherry picked from commit 95446f458e472511d65e560224c1b85570e50944)
[ include the necessary changes for psp, which isn't part of the original commit since the target is not present on main - Trevor ]
show more ...
|