Skip to content

Commit

Permalink
Merge pull request #133 from rabbitmq/rename-bazel-module
Browse files Browse the repository at this point in the history
Rename the bazel module to rabbitmq_osiris
  • Loading branch information
HoloRin authored Aug 18, 2023
2 parents 89f9c25 + 37368ab commit 3bb1a9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ platforms:
build_flags:
- --incompatible_strict_action_env
build_targets:
- '@com_github_rabbitmq_osiris//:erlang_app'
- '@rabbitmq_osiris//:erlang_app'
ubuntu2004:
environment:
ERLANG_VERSION: "25.0"
Expand All @@ -24,4 +24,4 @@ platforms:
build_flags:
- --incompatible_strict_action_env
build_targets:
- '@com_github_rabbitmq_osiris//:erlang_app'
- '@rabbitmq_osiris//:erlang_app'
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module(
name = "com_github_rabbitmq_osiris",
name = "rabbitmq_osiris",
version = "1.6.3",
)

Expand Down Expand Up @@ -69,7 +69,7 @@ erlang_dev_package = use_extension(
erlang_package.hex_package(
name = "eunit_formatters",
version = "0.5.0",
build_file = "@com_github_rabbitmq_osiris//bzl:BUILD.eunit_formatters",
build_file = "@rabbitmq_osiris//bzl:BUILD.eunit_formatters",
)

use_repo(
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
workspace(name = "com_github_rabbitmq_osiris")
workspace(name = "rabbitmq_osiris")

load(
"@bazel_tools//tools/build_defs/repo:http.bzl",
Expand Down

0 comments on commit 3bb1a9d

Please sign in to comment.