Skip to content

Commit 04f0023

Browse files
[rust] Update NOTES.md (#1426)
README.md was updated in #1376, but NOTES.md was left as is. The changes in README.md will be overriden when CI will update the documentation (e.g. with #1408). This PR also regenerates README.md, which fixes the documentation for option `components`. Co-authored-by: Álvaro Rausell Guiard <[email protected]>
1 parent 5fda443 commit 04f0023

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/rust/NOTES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## OS Support
44

5-
This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
5+
This Feature should work on recent versions of Debian/Ubuntu, RedHat Enterprise Linux, Fedora, Alma, RockyLinux
6+
and Mariner distributions with the `apt`, `yum`, `dnf`, `microdnf` and `tdnf` package manager installed.
7+
8+
9+
**Note:** Alpine is not supported because the rustup-init binary requires glibc to run, but Alpine Linux does not include `glibc`
10+
by default. Instead, it uses musl libc, which is not binary-compatible with glibc.
611

712
`bash` is required to execute the `install.sh` script.

src/rust/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Installs Rust, common Rust utilities, and their required dependencies
1818
| version | Select or enter a version of Rust to install. | string | latest |
1919
| profile | Select a rustup install profile. | string | minimal |
2020
| targets | Optional comma separated list of additional Rust targets to install. | string | - |
21-
| components | Optional comma separeated list of rust components to be installed based on input. | string | rust-analyzer,rust-src,rustfmt,clippy |
21+
| components | Optional, comma separated list of Rust components to be installed | string | rust-analyzer,rust-src,rustfmt,clippy |
2222

2323
## Customizations
2424

0 commit comments

Comments
 (0)