Skip to content

Commit 21347ee

Browse files
committed
Auto merge of #2047 - JohnTitor:tweak-readmes, r=JohnTitor
Replace all mentions about Pipelines with GHA I updated some reference on 5b2bdd1 but not completely. This fixes a broken link on README. r? `@ghost`
2 parents 024d151 + 7da9413 commit 21347ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ newer Rust features are only available on newer Rust toolchains:
6161
See
6262
[`ci/build.sh`](https://github.com/rust-lang/libc/blob/master/ci/build.sh)
6363
for 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
6565
platforms in which `libc` tests are run.
6666

6767
<div class="platform_docs"></div>

ci/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2626
The Windows triples are all pretty standard, they just set up their environment
2727
then 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

0 commit comments

Comments
 (0)