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:
61
61
See
62
62
[ ` ci/build.sh ` ] ( https://github.com/rust-lang/libc/blob/master/ci/build.sh )
63
63
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
65
65
platforms in which ` libc ` tests are run.
66
66
67
67
<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:
20
20
21
21
# CI Systems
22
22
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] .
25
25
26
26
The Windows triples are all pretty standard, they just set up their environment
27
27
then run tests, no need for downloading any extra target libs (we just download
@@ -45,7 +45,7 @@ The remaining architectures look like:
45
45
* The BSD builds, currently OpenBSD and FreeBSD, use QEMU to boot up a system
46
46
and compile/run tests. More information on that below.
47
47
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
49
49
[ Cirrus config ] : https://github.com/rust-lang/libc/blob/master/.cirrus.yml
50
50
[ android-docker ] : https://github.com/rust-lang/libc/blob/master/ci/docker/x86_64-linux-android/Dockerfile
51
51
You can’t perform that action at this time.
0 commit comments