Downgrade CI to Debian 8 for glibc 2.19

Closes #1656
This commit is contained in:
Anmol Sethi
2020-05-17 20:45:48 -04:00
parent 8a3466e86f
commit 47d50c9163
7 changed files with 85 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ systemctl --user enable --now code-server
### npm
We recommend installing from `npm` if we don't have a precompiled release for your machine's
platform or architecture.
platform or architecture or your glibc < v2.19.
**note:** Installing via `npm` builds native modules on install and so requires C dependencies.
See [./doc/npm.md](./doc/npm.md) for installing these dependencies.