File tree 4 files changed +35
-1
lines changed
4 files changed +35
-1
lines changed Original file line number Diff line number Diff line change
1
+ module (
2
+ name = "platforms" ,
3
+ version = "0.0.9" , # keep in sync with version.bzl
4
+ compatibility_level = 1 ,
5
+ )
6
+
7
+ bazel_dep (name = "rules_license" , version = "0.0.7" )
8
+
9
+ host_platform = use_extension ("//host:extension.bzl" , "host_platform" )
10
+ use_repo (host_platform , "host_platform" )
11
+
Original file line number Diff line number Diff line change
1
+ matrix :
2
+ platform :
3
+ - debian10
4
+ - ubuntu2004
5
+ - macos
6
+ - macos_arm64
7
+ - windows
8
+ bazel :
9
+ - 7.x
10
+ - 6.x
11
+ tasks :
12
+ verify_targets :
13
+ name : Verify build targets
14
+ platform : ${{ platform }}
15
+ bazel : ${{ bazel }}
16
+ build_targets :
17
+ - ' @platforms//...'
18
+
Original file line number Diff line number Diff line change
1
+ {
2
+ "url" : " https://github.com/bazelbuild/platforms/releases/download/0.0.9/platforms-0.0.9.tar.gz" ,
3
+ "integrity" : " sha256-XtpTnIQSZQMcL4LYrno6ZJC9YhduDAOPxGnqv5H2FJs="
4
+ }
Original file line number Diff line number Diff line change 14
14
" 0.0.5" ,
15
15
" 0.0.6" ,
16
16
" 0.0.7" ,
17
- " 0.0.8"
17
+ " 0.0.8" ,
18
+ " 0.0.9"
18
19
],
19
20
"yanked_versions" : {}
20
21
}
You can’t perform that action at this time.
0 commit comments