зеркало из https://github.com/github/codeql.git
6 строки
145 B
Python
6 строки
145 B
Python
|
codeql_platform = select({
|
||
|
"@platforms//os:linux": "linux64",
|
||
|
"@platforms//os:macos": "osx64",
|
||
|
"@platforms//os:windows": "win64",
|
||
|
})
|