-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbazel.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": "7.5.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/7.5.0/bazel-7.5.0-windows-x86_64.zip",
"hash": "26d5de594b1cfe49e074fb7b32f80e86f884e29ee1c340dab94e66c3d19e03c3"
}
},
"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"
}
}
}