Skip to content

Commit

Permalink
We no longer require libc6-compat (#4729)
Browse files Browse the repository at this point in the history
### Description

We now build static binaries, we don't need `glibc` or `libc6-compat`

### Testing Instructions
  • Loading branch information
gsoltis authored and jridgewell committed Apr 29, 2023
1 parent 1fce257 commit b74d68a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/pages/repo/docs/installing.mdx
Expand Up @@ -14,10 +14,6 @@ import { Tabs, Tab } from '../../../components/Tabs'
- Linux 64-bit, ARM 64-bit
- Windows 64-bit, ARM 64-bit

<Callout>
Note: Linux builds of `turbo` link against `glibc`. For Alpine Docker environments, you will need to ensure libc6-compat is installed as well, via `RUN apk add --no-cache libc6-compat`
</Callout>

## Install Globally

A global install of `turbo` can be used in any project, and enables automatic workspace
Expand Down

0 comments on commit b74d68a

Please sign in to comment.