File tree Expand file tree Collapse file tree 3 files changed +53
-0
lines changed Expand file tree Collapse file tree 3 files changed +53
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "homepage" : " https://github.com/bazel-contrib/toolchains_llvm" ,
3
+ "maintainers" : [
4
+ {
5
+ "email" : " fabian@meumertzhe.im" ,
6
+ "github" : " fmeum" ,
7
+ "name" : " Fabian Meumertzheim"
8
+ },
9
+ {
10
+ "email" : " james.sharpe@zenotech.com" ,
11
+ "github" : " jsharpe" ,
12
+ "name" : " James Sharpe"
13
+ },
14
+ {
15
+ "email" : " rrbutani@users.noreply.github.com" ,
16
+ "github" : " rrbutani" ,
17
+ "name" : " Rahul Butani"
18
+ }
19
+ ],
20
+ "repository" : [" github:bazel-contrib/toolchains_llvm" ],
21
+ "versions" : [],
22
+ "yanked_versions" : {}
23
+ }
Original file line number Diff line number Diff line change
1
+ matrix :
2
+ bazel : [7.x]
3
+ platform : [ubuntu2004, macos, macos_arm64]
4
+ tasks :
5
+ verify_targets :
6
+ name : Verify build targets
7
+ bazel : ${{ bazel }}
8
+ platform : ${{ platform }}
9
+ build_targets :
10
+ - " @toolchains_llvm//toolchain:all"
11
+ - " @toolchains_llvm//platforms:all"
12
+ bcr_test_module :
13
+ module_path : tests
14
+ matrix :
15
+ bazel : [7.x]
16
+ platform : [ubuntu2004, macos, macos_arm64]
17
+ tasks :
18
+ run_test_module :
19
+ name : Run test module
20
+ bazel : ${{ bazel }}
21
+ platform : ${{ platform }}
22
+ build_targets :
23
+ - //:all
24
+ test_targets :
25
+ - //:all
Original file line number Diff line number Diff line change
1
+ {
2
+ "integrity" : " **leave this alone**" ,
3
+ "strip_prefix" : " {REPO}-{VERSION}" ,
4
+ "url" : " https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/toolchains_llvm-{TAG}.tar.gz"
5
+ }
You can’t perform that action at this time.
0 commit comments