Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platform support section in Readme out of date #1465

Closed
atouchet opened this issue Aug 13, 2019 · 4 comments
Closed

Platform support section in Readme out of date #1465

atouchet opened this issue Aug 13, 2019 · 4 comments
Labels
A-CI Area: CI-related items C-bug Category: bug

Comments

@atouchet
Copy link
Contributor

See ci/build.sh for the platforms on which libc is guaranteed to build for each Rust toolchain. The test-matrix at [Travis-CI], [Appveyor], and Cirrus-CI show the platforms in which libc tests are run.

The Travis and AppVeyor links were removed in #1376.

@gnzlbg gnzlbg added C-bug Category: bug A-CI Area: CI-related items labels Aug 14, 2019
@atouchet
Copy link
Contributor Author

Perhaps related but Cargo.toml also still lists:

[badges] travis-ci = { repository = "rust-lang/libc" } appveyor = { repository = "rust-lang/libc", project_name = "rust-lang-libs/libc" }

Should those be removed as well?

@gnzlbg
Copy link
Contributor

gnzlbg commented Aug 15, 2019

Should those be removed as well?

Yes, we should add a badge for azure-pipelines.

@atouchet
Copy link
Contributor Author

The Readme was fixed in 07d1f7a but Cargo.toml still needs to be updated.

@atouchet
Copy link
Contributor Author

This was finished in #1687.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-CI Area: CI-related items C-bug Category: bug
Projects
None yet
Development

No branches or pull requests

2 participants