From 6f936942fa87454f26e778de6d11570f2e141496 Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 22 Feb 2022 11:29:51 +0100 Subject: [PATCH] Add note about non-glibc systems --- .../codeql/codeql-cli/getting-started-with-the-codeql-cli.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/codeql/codeql-cli/getting-started-with-the-codeql-cli.rst b/docs/codeql/codeql-cli/getting-started-with-the-codeql-cli.rst index aba683a5e05..006a2f5eac1 100644 --- a/docs/codeql/codeql-cli/getting-started-with-the-codeql-cli.rst +++ b/docs/codeql/codeql-cli/getting-started-with-the-codeql-cli.rst @@ -23,7 +23,9 @@ and 4 are slightly different---for further details, see the sections labeled **Information for macOS "Catalina" (or newer) users**. If you are using macOS on Apple Silicon (e.g. Apple M1), ensure that the `Xcode command-line developer tools `__ and `Rosetta 2 -`__ are installed. +`__ are installed. The CodeQL CLI +is not compatible with non-glibc Linux distributions such as muslc-based +Alpine Linux at this time. For information about installing the CodeQL CLI in a CI system to create results to display in GitHub as code scanning alerts, see