Skip to content

Commit

Permalink
publish bazel-skylib 1.5.0 (#1100)
Browse files Browse the repository at this point in the history
* publish bazel-skylib 1.5.0

* fix MODULE.bazel

* fix MODULE.bazel... again
  • Loading branch information
Wyverald authored Nov 6, 2023
1 parent aa95069 commit 79ebb91
Show file tree
Hide file tree
Showing 8 changed files with 73 additions and 2 deletions.
14 changes: 14 additions & 0 deletions modules/bazel_skylib/1.5.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module(
name = "bazel_skylib",
# Keep in sync with version.bzl and @bazel_skylib_gazelle_plugin//:MODULE.bazel
version = "1.5.0",
compatibility_level = 1,
)

register_toolchains(
"//toolchains/unittest:cmd_toolchain",
"//toolchains/unittest:bash_toolchain",
)

bazel_dep(name = "platforms", version = "0.0.4")

13 changes: 13 additions & 0 deletions modules/bazel_skylib/1.5.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
matrix:
platform:
- centos7
- debian10
- ubuntu2004
- macos
- windows
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
build_targets:
- '@bazel_skylib//...'
4 changes: 4 additions & 0 deletions modules/bazel_skylib/1.5.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"integrity": "sha256-zVWgYudjuTSZIfD124w5MyiNyLpPdt2UFqrGis7jy5Q=",
"url": "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/bazel_skylib/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"1.3.0",
"1.4.0",
"1.4.1",
"1.4.2"
"1.4.2",
"1.5.0"
],
"yanked_versions": {}
}
21 changes: 21 additions & 0 deletions modules/bazel_skylib_gazelle_plugin/1.5.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
module(
name = "bazel_skylib_gazelle_plugin",
# Keep in sync with @bazel_skylib//:MODULE.bazel and @bazel_skylib//:version.bzl
version = "1.5.0",
compatibility_level = 1,
)

# Keep in sync with @bazel_skylib//:MODULE.bazel and @bazel_skylib//:version.bzl
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "gazelle", version = "0.29.0", repo_name = "bazel_gazelle")
bazel_dep(name = "rules_go", version = "0.41.0", repo_name = "io_bazel_rules_go")

# `rules_go` will register a toolchain for us if the user doesn't do so

go_deps = use_extension("@bazel_gazelle//:extensions.bzl", "go_deps")
go_deps.module(
path = "github.com/bazelbuild/buildtools",
sum = "h1:fmdo+fvvWlhldUcqkhAMpKndSxMN3vH5l7yow5cEaiQ=",
version = "v0.0.0-20220531122519-a43aed7014c8",
)
use_repo(go_deps, "com_github_bazelbuild_buildtools")
13 changes: 13 additions & 0 deletions modules/bazel_skylib_gazelle_plugin/1.5.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
matrix:
platform:
- centos7
- debian10
- ubuntu2004
- macos
- windows
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
build_targets:
- '@bazel_skylib_gazelle_plugin//...'
4 changes: 4 additions & 0 deletions modules/bazel_skylib_gazelle_plugin/1.5.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"integrity": "sha256-dHrd8/UIGGI09iMmdN13hnQ++4xoYZrs5fsMrJe49BU=",
"url": "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-gazelle-plugin-1.5.0.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/bazel_skylib_gazelle_plugin/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"versions": [
"1.4.0",
"1.4.1",
"1.4.2"
"1.4.2",
"1.5.0"
],
"yanked_versions": {}
}

0 comments on commit 79ebb91

Please sign in to comment.