Skip to content

Commit

Permalink
rules_directory@0.0.2 (#1954)
Browse files Browse the repository at this point in the history
Release: https://github.com/matts1/rules_directory/releases/tag/v0.0.2

_Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_

Co-authored-by: publish-to-bcr-bot <112732530+publish-to-bcr-bot[bot]@users.noreply.github.com>
  • Loading branch information
publish-to-bcr-bot[bot] committed May 6, 2024
1 parent 1584d93 commit 522d53d
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 1 deletion.
17 changes: 17 additions & 0 deletions modules/rules_directory/0.0.2/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
"matts1/rules_directory"

module(
name = "rules_directory",
version = "0.0.2",
compatibility_level = 0,
)

bazel_dep(name = "rules_testing", version = "0.6.0", dev_dependency = True)

# Required for generating documentation.
bazel_dep(name = "bazel_skylib", version = "1.5.0", dev_dependency = True)
bazel_dep(name = "platforms", version = "0.0.7", dev_dependency = True)
bazel_dep(name = "gazelle", version = "0.35.0", dev_dependency = True, repo_name = "bazel_gazelle")
bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.4.1", dev_dependency = True)
bazel_dep(name = "aspect_bazel_lib", version = "1.32.1", dev_dependency = True)
bazel_dep(name = "buildifier_prebuilt", version = "6.1.2", dev_dependency = True)
14 changes: 14 additions & 0 deletions modules/rules_directory/0.0.2/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
bcr_test_module:
# Normally, you would use an e2e test, but since we're not doing anything
# fancy, and our e2e tests are cheap
module_path: ""
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
bazel: ["7.x", "6.x"]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "//..."
5 changes: 5 additions & 0 deletions modules/rules_directory/0.0.2/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-/n6uQx3YtL0+mBcGQB37rKujcQuranR81Rw8nYTYk64=",
"strip_prefix": "rules_directory-0.0.2",
"url": "https://github.com/matts1/rules_directory/releases/download/v0.0.2/rules_directory-v0.0.2.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/rules_directory/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"github:matts1/rules_directory"
],
"versions": [
"0.0.1"
"0.0.1",
"0.0.2"
],
"yanked_versions": {}
}

0 comments on commit 522d53d

Please sign in to comment.