From 7da9413423b68adfbad39ff9db9c8eab9c358cbc Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Thu, 28 Jan 2021 18:26:09 +0900 Subject: [PATCH] Replace all mentions about Pipelines with GHA --- README.md | 2 +- ci/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f7b9669c..a8a3afd9 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ newer Rust features are only available on newer Rust toolchains: See [`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 -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.
diff --git a/ci/README.md b/ci/README.md index 7d4b4601..cfe3d53b 100644 --- a/ci/README.md +++ b/ci/README.md @@ -20,8 +20,8 @@ First up, let's talk about the files in this directory: # CI Systems -Currently this repository leverages a combination of Azure Pipelines and Cirrus CI -for running tests. You can find tested triples in [Pipelines config] or [Cirrus config]. +Currently this repository leverages a combination of GitHub Actions and Cirrus CI +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 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 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 [android-docker]: https://github.com/rust-lang/libc/blob/master/ci/docker/x86_64-linux-android/Dockerfile