File tree Expand file tree Collapse file tree 10 files changed +124
-2
lines changed
bazel_skylib_gazelle_plugin Expand file tree Collapse file tree 10 files changed +124
-2
lines changed Original file line number Diff line number Diff line change 1+ module (
2+ name = "bazel_skylib" ,
3+ # Keep in sync with version.bzl and @bazel_skylib_gazelle_plugin//:MODULE.bazel
4+ version = "1.9.0" ,
5+ compatibility_level = 1 ,
6+ )
7+
8+ register_toolchains (
9+ "//toolchains/unittest:cmd_toolchain" ,
10+ "//toolchains/unittest:bash_toolchain" ,
11+ )
12+
13+ bazel_dep (name = "platforms" , version = "0.0.10" )
14+ bazel_dep (name = "rules_license" , version = "1.0.0" )
15+
Original file line number Diff line number Diff line change 1+ {
2+ "mediaType" : " application/vnd.build.bazel.registry.attestation+json;version=1.0.0" ,
3+ "attestations" : {
4+ "source.json" : {
5+ "url" : " https://github.com/bazelbuild/bazel-skylib/releases/download/1.9.0/bazel_skylib.source.json.intoto.jsonl" ,
6+ "integrity" : " sha256-xffm+/GzaquBUy7ziSPf40OX6bepfy7UyuThOrlagmY="
7+ },
8+ "MODULE.bazel" : {
9+ "url" : " https://github.com/bazelbuild/bazel-skylib/releases/download/1.9.0/bazel_skylib.MODULE.bazel.intoto.jsonl" ,
10+ "integrity" : " sha256-kVNx3Zli+RtyoPj87yPqX20RNVayYg1Wg9viT9Ql400="
11+ },
12+ "bazel-skylib-1.9.0.tar.gz" : {
13+ "url" : " https://github.com/bazelbuild/bazel-skylib/releases/download/1.9.0/bazel-skylib-1.9.0.tar.gz.intoto.jsonl" ,
14+ "integrity" : " sha256-iUc2CbTc9WuVTm7kaDhDVtjICuptLO5+22R4SNtb1t4="
15+ }
16+ }
17+ }
Original file line number Diff line number Diff line change 1+ matrix :
2+ platform :
3+ - rockylinux8
4+ - debian10
5+ - macos
6+ - macos_arm64
7+ - ubuntu2204
8+ - ubuntu2404
9+ - windows
10+ bazel :
11+ - 8.x
12+ - 7.x
13+ - 6.x
14+ tasks :
15+ verify_build_targets :
16+ name : " Verify build targets"
17+ platform : ${{ platform }}
18+ bazel : ${{ bazel }}
19+ build_targets :
20+ - " @bazel_skylib//..."
Original file line number Diff line number Diff line change 1+ {
2+ "integrity" : " sha256-O1tJAGGB9fj/Ym743c6qlem7itKU97XXsR6p992vjFk=" ,
3+ "strip_prefix" : " " ,
4+ "url" : " https://github.com/bazelbuild/bazel-skylib/releases/download/1.9.0/bazel-skylib-1.9.0.tar.gz"
5+ }
Original file line number Diff line number Diff line change 2424 " 1.7.1" ,
2525 " 1.8.0" ,
2626 " 1.8.1" ,
27- " 1.8.2"
27+ " 1.8.2" ,
28+ " 1.9.0"
2829 ],
2930 "yanked_versions" : {},
3031 "repository" : [
Original file line number Diff line number Diff line change 1+ module (
2+ name = "bazel_skylib_gazelle_plugin" ,
3+ # Keep in sync with @bazel_skylib//:MODULE.bazel and @bazel_skylib//:version.bzl
4+ version = "1.9.0" ,
5+ compatibility_level = 1 ,
6+ )
7+
8+ # Keep in sync with @bazel_skylib//:MODULE.bazel and @bazel_skylib//:version.bzl
9+ bazel_dep (name = "bazel_skylib" , version = "1.9.0" )
10+ bazel_dep (name = "rules_license" , version = "0.0.7" )
11+ bazel_dep (name = "gazelle" , version = "0.41.0" , repo_name = "bazel_gazelle" )
12+ bazel_dep (name = "rules_go" , version = "0.59.0" , repo_name = "io_bazel_rules_go" )
13+
14+ # `rules_go` will register a toolchain for us if the user doesn't do so
15+
16+ go_deps = use_extension ("@bazel_gazelle//:extensions.bzl" , "go_deps" )
17+ go_deps .module (
18+ path = "github.com/bazelbuild/buildtools" ,
19+ sum = "h1:fmdo+fvvWlhldUcqkhAMpKndSxMN3vH5l7yow5cEaiQ=" ,
20+ version = "v0.0.0-20220531122519-a43aed7014c8" ,
21+ )
22+ use_repo (go_deps , "com_github_bazelbuild_buildtools" )
Original file line number Diff line number Diff line change 1+ {
2+ "mediaType" : " application/vnd.build.bazel.registry.attestation+json;version=1.0.0" ,
3+ "attestations" : {
4+ "source.json" : {
5+ "url" : " https://github.com/bazelbuild/bazel-skylib/releases/download/1.9.0/bazel_skylib_gazelle_plugin.source.json.intoto.jsonl" ,
6+ "integrity" : " sha256-syZpCo/1YvgcP9GznIxkuZb+uqnJyNDF8gI7amWtAt8="
7+ },
8+ "MODULE.bazel" : {
9+ "url" : " https://github.com/bazelbuild/bazel-skylib/releases/download/1.9.0/bazel_skylib_gazelle_plugin.MODULE.bazel.intoto.jsonl" ,
10+ "integrity" : " sha256-e2DJZ9dI13M/JFMuWeD2FYFxhKdGgUBrg1ABfWGZ3e8="
11+ },
12+ "bazel-skylib-gazelle-plugin-1.9.0.tar.gz" : {
13+ "url" : " https://github.com/bazelbuild/bazel-skylib/releases/download/1.9.0/bazel-skylib-gazelle-plugin-1.9.0.tar.gz.intoto.jsonl" ,
14+ "integrity" : " sha256-iUc2CbTc9WuVTm7kaDhDVtjICuptLO5+22R4SNtb1t4="
15+ }
16+ }
17+ }
Original file line number Diff line number Diff line change 1+ matrix :
2+ platform :
3+ - rockylinux8
4+ - debian10
5+ - macos
6+ - macos_arm64
7+ - ubuntu2204
8+ - ubuntu2404
9+ - windows
10+ bazel :
11+ - 8.x
12+ - 7.x
13+ tasks :
14+ verify_build_targets :
15+ name : " Verify build targets"
16+ platform : ${{ platform }}
17+ bazel : ${{ bazel }}
18+ build_targets :
19+ - " @bazel_skylib_gazelle_plugin//..."
Original file line number Diff line number Diff line change 1+ {
2+ "integrity" : " sha256-4I3avqu8uTuSBE3wkiklgtK4zCjC2B10aJx9G51ztrc=" ,
3+ "strip_prefix" : " " ,
4+ "url" : " https://github.com/bazelbuild/bazel-skylib/releases/download/1.9.0/bazel-skylib-gazelle-plugin-1.9.0.tar.gz"
5+ }
Original file line number Diff line number Diff line change 1919 " 1.7.1" ,
2020 " 1.8.0" ,
2121 " 1.8.1" ,
22- " 1.8.2"
22+ " 1.8.2" ,
23+ " 1.9.0"
2324 ],
2425 "yanked_versions" : {},
2526 "repository" : [
You can’t perform that action at this time.
0 commit comments