You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference-manual/native-image/guides/build-static-and-mostly-static-executable.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,20 +32,21 @@ The easiest way to install GraalVM is with [SDKMAN!](https://sdkman.io/jdks#graa
32
32
For other installation options, visit the [Downloads section](https://www.graalvm.org/downloads/).
33
33
34
34
To create statically linked applications with Native Image, you require a `musl` toolchain with the `zlib` library.
35
-
For the best compatibility, use [musl-1.2.4](https://musl.libc.org/releases/musl-1.2.4.tar.gz) or later.
36
-
We recommend building `musl` from [source](https://musl.libc.org/) as shown below:
35
+
Use the latest or a recent version of musl (all versions prior and including `1.2.5` are affected by [CVE-2025-26519](https://www.openwall.com/lists/musl/2025/02/13/1)).
36
+
The steps to building `musl` from [source](https://musl.libc.org/) are as shown below.
37
+
The example assumes you are using [musl-1.2.6](https://musl.libc.org/releases/musl-1.2.6.tar.gz).
0 commit comments