You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some targets that we "support" (e.g. most *BSDs except FreeBSD), but for which we don't have any build jobs. We should add build jobs for these that check that libc cross-compiles correctly for these targets, even if we don't run libc-test to check libc's ABI.
This should at least make sure that these targets have no trivial compilation errors, and would also allow us to run the normal lints for these (clippy, make sure that all traits are implemented for the types available in these targets, etc.).