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 committed Apr 27, 2023
1 parent 81c6a0a commit 931af0c
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

1 comment on commit 931af0c

@vercel
Copy link

@vercel vercel bot commented on 931af0c Apr 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.