Replace all mentions about Pipelines with GHA

This commit is contained in:
Yuki Okushi 2021-01-28 18:26:09 +09:00
parent 389026982d
commit 7da9413423
2 changed files with 4 additions and 4 deletions

View File

@ -61,7 +61,7 @@ newer Rust features are only available on newer Rust toolchains:
See See
[`ci/build.sh`](https://github.com/rust-lang/libc/blob/master/ci/build.sh) [`ci/build.sh`](https://github.com/rust-lang/libc/blob/master/ci/build.sh)
for the platforms on which `libc` is guaranteed to build for each Rust for the platforms on which `libc` is guaranteed to build for each Rust
toolchain. The test-matrix at [Azure] and [Cirrus CI] show the toolchain. The test-matrix at [GitHub Actions] and [Cirrus CI] show the
platforms in which `libc` tests are run. platforms in which `libc` tests are run.
<div class="platform_docs"></div> <div class="platform_docs"></div>

View File

@ -20,8 +20,8 @@ First up, let's talk about the files in this directory:
# CI Systems # CI Systems
Currently this repository leverages a combination of Azure Pipelines and Cirrus CI Currently this repository leverages a combination of GitHub Actions and Cirrus CI
for running tests. You can find tested triples in [Pipelines config] or [Cirrus config]. for running tests. You can find tested triples in [Actions config] or [Cirrus config].
The Windows triples are all pretty standard, they just set up their environment The Windows triples are all pretty standard, they just set up their environment
then run tests, no need for downloading any extra target libs (we just download then run tests, no need for downloading any extra target libs (we just download
@ -45,7 +45,7 @@ The remaining architectures look like:
* The BSD builds, currently OpenBSD and FreeBSD, use QEMU to boot up a system * The BSD builds, currently OpenBSD and FreeBSD, use QEMU to boot up a system
and compile/run tests. More information on that below. and compile/run tests. More information on that below.
[Pipelines config]: https://github.com/rust-lang/libc/blob/master/ci/azure.yml [Actions config]: https://github.com/rust-lang/libc/tree/master/.github/workflows
[Cirrus config]: https://github.com/rust-lang/libc/blob/master/.cirrus.yml [Cirrus config]: https://github.com/rust-lang/libc/blob/master/.cirrus.yml
[android-docker]: https://github.com/rust-lang/libc/blob/master/ci/docker/x86_64-linux-android/Dockerfile [android-docker]: https://github.com/rust-lang/libc/blob/master/ci/docker/x86_64-linux-android/Dockerfile