spelling: macos
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
16e8ccc657
commit
756aa649df
59 changed files with 70 additions and 70 deletions
2
lib/tracer-config.js
generated
2
lib/tracer-config.js
generated
|
|
@ -92,7 +92,7 @@ async function getCombinedTracerConfig(codeql, config) {
|
|||
// If the CLI doesn't yet support setting the CODEQL_RUNNER environment variable to
|
||||
// the runner executable path, we set it here in the Action.
|
||||
if (!(await codeql.supportsFeature(tools_features_1.ToolsFeature.SetsCodeqlRunnerEnvVar))) {
|
||||
// On MacOS when System Integrity Protection is enabled, it's necessary to prefix
|
||||
// On macOS when System Integrity Protection is enabled, it's necessary to prefix
|
||||
// the build command with the runner executable for indirect tracing, so we expose
|
||||
// it here via the CODEQL_RUNNER environment variable.
|
||||
// The executable also exists and works for other platforms so we unconditionally
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue