From b74d68a5583eeb0f92dc5404663f7a08613b3019 Mon Sep 17 00:00:00 2001 From: Greg Soltis Date: Thu, 27 Apr 2023 15:44:50 -0700 Subject: [PATCH] We no longer require libc6-compat (#4729) ### Description We now build static binaries, we don't need `glibc` or `libc6-compat` ### Testing Instructions --- docs/pages/repo/docs/installing.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/pages/repo/docs/installing.mdx b/docs/pages/repo/docs/installing.mdx index cc1e9c2c1d26b..75c5580e0d4be 100644 --- a/docs/pages/repo/docs/installing.mdx +++ b/docs/pages/repo/docs/installing.mdx @@ -14,10 +14,6 @@ import { Tabs, Tab } from '../../../components/Tabs' - Linux 64-bit, ARM 64-bit - Windows 64-bit, ARM 64-bit - - 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` - - ## Install Globally A global install of `turbo` can be used in any project, and enables automatic workspace