summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2019-02-07 11:36:31 +0100
committergnzlbg <gonzalobg88@gmail.com>2019-02-07 13:44:32 +0100
commit8f1acf4643293a22c3888423eb9d48d0ee351fa7 (patch)
tree864885ecdce393b424d691cab55f176dd0955c6c /README.md
parenta2bf9f1d929fd64919cc4057740c366273497ac7 (diff)
downloadrust-libc-8f1acf4643293a22c3888423eb9d48d0ee351fa7.tar.gz
Build all platforms in CI
This commit adds a `ci/build.sh` script that checks that libc builds correctly for some common configurations (`--no-default-features`, `default`, `extra_traits`) on most targets supported by Rust since Rust 1.13.0 (the oldest Rust version that libc supports). The build matrix is refactored into two stages. The first stage is called `tools-and-build-and-tier1` and it aims to discover issues quickly by running the documentation and linter builds, as well as checking that the library builds correctly on all targets in all supported channels and "problematic" Rust versions; Rust versions adding major new features like `repr(align)`, `union`, etc. This first stage also runs libc-test for the tier-1 targets on linux and osx. These builds finish quickly because no emulation is necessary. The second stage is called `tier2` and it runs libc-test for all other targets for which we are currently able to do so. Closes #1229 .
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions