-
Notifications
You must be signed in to change notification settings - Fork 9
/
bazel.json
35 lines (35 loc) · 1.08 KB
/
bazel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"version": "8.0.0",
"description": "A fast, scalable, multi-language and extensible build system",
"homepage": "https://bazel.build",
"license": "Apache-2.0",
"suggest": {
"MSYS2": "msys2",
"Python27": "versions/python27",
"curl": "curl"
},
"architecture": {
"64bit": {
"url": "https://github.com/bazelbuild/bazel/releases/download/8.0.0/bazel-8.0.0-windows-x86_64.zip",
"hash": "0e6b9c781fc75b2289170fad12ecbbd7d80b41809875b503db744f1f2755e502"
}
},
"bin": "bazel.exe",
"env_set": {
"BAZEL_SH": "$(appdir msys2 $global)\\current\\usr\\bin\\bash.exe"
},
"checkver": {
"github": "https://github.com/bazelbuild/bazel"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bazelbuild/bazel/releases/download/$version/bazel-$version-windows-x86_64.zip"
}
},
"hash": {
"mode": "extract",
"url": "$url.sha256"
}
}
}