Skip to content

Commit

Permalink
CodeQL数据库编译模式设置为--build-mode none,减少环境依赖和数据库编译失败问题
Browse files Browse the repository at this point in the history
  • Loading branch information
l3yx committed Dec 13, 2024
1 parent 3cc672f commit d42c207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/util/codeql.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ func DatabaseCreate(source, language, command, databaseName string) (string, str

args := []string{"database", "create",
databasePath,
"--build-mode", "none",
"--language", language,
"--source-root", source,
"--threads", "0",
Expand Down

0 comments on commit d42c207

Please sign in to comment.