Skip to content

Commit

Permalink
Merge pull request #8 from bazelbuild/bazel_skylib
Browse files Browse the repository at this point in the history
Add bazel_skylib 1.0.3
  • Loading branch information
Wyverald authored Sep 24, 2021
2 parents 73a6c8e + 63f9882 commit 9e64e7d
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/bazel_skylib/1.0.3/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module(
name = "bazel_skylib",
version = "1.0.3",
compatibility_level = 1,
)
16 changes: 16 additions & 0 deletions modules/bazel_skylib/1.0.3/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
platforms:
centos7:
build_targets:
- '@bazel_skylib//...'
debian10:
build_targets:
- '@bazel_skylib//...'
macos:
build_targets:
- '@bazel_skylib//...'
ubuntu2004:
build_targets:
- '@bazel_skylib//...'
windows:
build_targets:
- '@bazel_skylib//...'
4 changes: 4 additions & 0 deletions modules/bazel_skylib/1.0.3/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"integrity": "sha256-HFMTdqx+WhgOAjeTiiU23gxU2T9cJ4Y0gY4O/JUt1Ww=",
"url": "https://github.com/bazelbuild/bazel-skylib/releases/download/1.0.3/bazel-skylib-1.0.3.tar.gz"
}
13 changes: 13 additions & 0 deletions modules/bazel_skylib/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"homepage": "https://github.com/bazelbuild/bazel-skylib",
"maintainers": [
{
"email": "[email protected]",
"name": "The Bazel Team"
}
],
"versions": [
"1.0.3"
],
"yanked_versions": {}
}

0 comments on commit 9e64e7d

Please sign in to comment.