File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ newer Rust features are only available on newer Rust toolchains:
6161See
6262[ ` ci/build.sh ` ] ( https://github.com/rust-lang/libc/blob/master/ci/build.sh )
6363for the platforms on which ` libc ` is guaranteed to build for each Rust
64- toolchain. The test-matrix at [ Azure ] and [ Cirrus CI] show the
64+ toolchain. The test-matrix at [ GitHub Actions ] and [ Cirrus CI] show the
6565platforms in which ` libc ` tests are run.
6666
6767<div class =" platform_docs " ></div >
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ First up, let's talk about the files in this directory:
2020
2121# CI Systems
2222
23- Currently this repository leverages a combination of Azure Pipelines and Cirrus CI
24- for running tests. You can find tested triples in [ Pipelines config] or [ Cirrus config] .
23+ Currently this repository leverages a combination of GitHub Actions and Cirrus CI
24+ for running tests. You can find tested triples in [ Actions config] or [ Cirrus config] .
2525
2626The Windows triples are all pretty standard, they just set up their environment
2727then run tests, no need for downloading any extra target libs (we just download
@@ -45,7 +45,7 @@ The remaining architectures look like:
4545* The BSD builds, currently OpenBSD and FreeBSD, use QEMU to boot up a system
4646 and compile/run tests. More information on that below.
4747
48- [ Pipelines config] : https://github.com/rust-lang/libc/blob /master/ci/azure.yml
48+ [ Actions config] : https://github.com/rust-lang/libc/tree /master/.github/workflows
4949[ Cirrus config ] : https://github.com/rust-lang/libc/blob/master/.cirrus.yml
5050[ android-docker ] : https://github.com/rust-lang/libc/blob/master/ci/docker/x86_64-linux-android/Dockerfile
5151
You can’t perform that action at this time.
0 commit comments