From 728a5e2ba3ae519347145d206e8aff2de5c8751a Mon Sep 17 00:00:00 2001 From: Mohamed Attia Date: Thu, 13 Feb 2025 23:58:08 +0100 Subject: [PATCH] Fix reference to build file with guaranteed build platforms. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89a9f69d6a37c..cd636336b5556 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ but this is not guaranteed. You can see the platform(target)-specific docs on [docs.rs], select a platform you want to see. -See [`ci/build.sh`](https://github.com/rust-lang/libc/blob/HEAD/ci/build.sh) for +See [`ci/verify-build.sh`](https://github.com/rust-lang/libc/blob/HEAD/ci/verify-build.sh) for the platforms on which `libc` is guaranteed to build for each Rust toolchain. The test-matrix at [GitHub Actions] and [Cirrus CI] show the platforms in which `libc` tests are run.