Compare commits

..

3 Commits

Author SHA1 Message Date
github-actions[bot]
2c9f478f43 Post-release preparation for criemen/codeql-cli-2.91.0 2023-12-18 11:48:37 +00:00
Cornelius Riemenschneider
333a893518 Merge pull request #15133 from github/criemen/release-prep/2.91.0
Release preparation for version 2.91.0 - TESTING IGNORE
2023-12-18 12:38:16 +01:00
github-actions[bot]
2f7aa31a44 Release preparation for version 2.91.0 2023-12-18 11:37:00 +00:00
2 changed files with 1 additions and 7 deletions

View File

@@ -5,12 +5,8 @@ if (CREATE_COMPILATION_DATABASE_LINK)
set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
endif ()
if (NOT DEFINED BAZEL_BIN)
set(BAZEL_BIN "bazelisk")
endif ()
macro(bazel)
execute_process(COMMAND ${BAZEL_BIN} ${ARGN}
execute_process(COMMAND bazel ${ARGN}
COMMAND_ERROR_IS_FATAL ANY
OUTPUT_STRIP_TRAILING_WHITESPACE
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR})

View File

@@ -119,8 +119,6 @@ function RegisterExtractorPack(id)
SwiftMatcher,
CreatePatternMatcher({ '^lsregister$' }, MatchCompilerName, nil,
{ trace = false }),
CreatePatternMatcher({ '^codesign$' }, MatchCompilerName, nil,
{ trace = false }),
CreatePatternMatcher({ '^sandbox%-exec$' }, MatchCompilerName, nil,
{ trace = false }),
}