We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a92f6 commit 810f0f8Copy full SHA for 810f0f8
docker/musl.sh
@@ -47,7 +47,7 @@ main() {
47
# enable -fPIC just to be safe. alpine GCC is built with
48
# `--enable-default-pie`, so we want to ensure we use that.
49
# `--disable-shared` is required to avoid issues when linking
50
- # to the wrong standard library, which would cause a segfault. you can
+ # to the wrong standard library, which would cause a segfault.
51
# rust itself disables shared libraries with musl:
52
# https://github.com/rust-lang/rust/blob/e42c4d7218b2596276152c5eb1e69335621f3086/src/ci/docker/scripts/musl.sh#L36
53
#
0 commit comments