Remove unnecessary dependency for build on Fedora

glibc-static is not required to be pre-installed on Fedora 40 and 41 any
longer, even for static compilation with CGO_ENABLED=0.
pull/19316/head
Radoslaw Smigielski 2024-07-22 17:55:38 +02:00
parent fc2e914830
commit f7b8fd2a52
No known key found for this signature in database
2 changed files with 0 additions and 12 deletions

View File

@ -11,12 +11,6 @@ weight: 2
* If you are on Windows, you'll need Docker to be installed.
* 4GB of RAM
Additionally, if you are on Fedora, you will need to install `glibc-static`:
```shell
sudo dnf install -y glibc-static
```
## Downloading the source
```shell

View File

@ -49,12 +49,6 @@ sudo apt-get install build-essential gnupg2 p7zip-full git wget cpio python \
unzip bc gcc-multilib automake libtool locales
```
Additionally, if you are on Fedora, you will need to install `glibc-static`:
```shell
sudo dnf install -y glibc-static
```
## Using a local ISO image
```shell