Merge pull request #19316 from radeksm/deps-glibc-static

Remove unnecessary dependency for build on Fedora
pull/19326/head
Steven Powell 2024-07-23 10:25:38 -05:00 committed by GitHub
commit e81e2df443
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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