Skip to content

Commit c990507

Browse files
committed
Additional conflict resolution
1 parent f8daa16 commit c990507

File tree

3 files changed

+0
-59
lines changed

3 files changed

+0
-59
lines changed

MODULE.bazel

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ bazel_dep(
3131

3232
bazel_dep(
3333
name = "rules_erlang",
34-
<<<<<<< HEAD
35-
version = "3.9.2",
36-
=======
3734
version = "3.9.5",
38-
>>>>>>> 733aad5589 (Regenerate bazel/BUILD.eetcd with the latest rules_erlang)
3935
)
4036

4137
erlang_config = use_extension(

WORKSPACE

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository", "new_git_r
44
git_repository(
55
name = "rules_erlang",
66
remote = "https://github.com/rabbitmq/rules_erlang.git",
7-
<<<<<<< HEAD
8-
tag = "3.9.2",
9-
=======
107
tag = "3.9.5",
11-
>>>>>>> 733aad5589 (Regenerate bazel/BUILD.eetcd with the latest rules_erlang)
128
)
139

1410
load("@rules_erlang//:internal_deps.bzl", "rules_erlang_internal_deps")

deps/rabbit/BUILD.bazel

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,57 +1095,6 @@ rabbitmq_integration_suite(
10951095
size = "small",
10961096
)
10971097

1098-
<<<<<<< HEAD
1099-
=======
1100-
rabbitmq_integration_suite(
1101-
name = "exchanges_SUITE",
1102-
size = "small",
1103-
additional_beam = [
1104-
":quorum_queue_utils",
1105-
],
1106-
)
1107-
1108-
rabbitmq_integration_suite(
1109-
name = "bindings_SUITE",
1110-
size = "medium",
1111-
)
1112-
1113-
rabbitmq_integration_suite(
1114-
name = "rabbit_db_queue_SUITE",
1115-
size = "small",
1116-
)
1117-
1118-
rabbitmq_integration_suite(
1119-
name = "rabbit_db_maintenance_SUITE",
1120-
size = "small",
1121-
)
1122-
1123-
rabbitmq_integration_suite(
1124-
name = "rabbit_db_topic_exchange_SUITE",
1125-
size = "small",
1126-
)
1127-
1128-
rabbitmq_integration_suite(
1129-
name = "rabbit_db_exchange_SUITE",
1130-
size = "small",
1131-
)
1132-
1133-
rabbitmq_integration_suite(
1134-
name = "rabbit_db_binding_SUITE",
1135-
size = "small",
1136-
)
1137-
1138-
rabbitmq_integration_suite(
1139-
name = "rabbit_db_msup_SUITE",
1140-
size = "small",
1141-
)
1142-
1143-
rabbitmq_integration_suite(
1144-
name = "rabbit_db_policy_SUITE",
1145-
size = "small",
1146-
)
1147-
1148-
>>>>>>> d56f004324 (Adjust the size of //deps/rabbit:bindings_SUITE to medium)
11491098
assert_suites()
11501099

11511100
filegroup(

0 commit comments

Comments
 (0)