Merge branch 'v3.13.x' into mergify/bp/v3.13.x/pr-12484

This commit is contained in:
Michael Klishin 2024-10-08 14:19:31 -04:00 committed by GitHub
commit 5b974d7c7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 19 additions and 25 deletions

View File

@ -284,8 +284,8 @@ erlang_package.hex_package(
erlang_package.hex_package(
name = "recon",
build_file = "@rabbitmq-server//bazel:BUILD.recon",
sha256 = "6c6683f46fd4a1dfd98404b9f78dcabc7fcd8826613a89dcb984727a8c3099d7",
version = "2.5.3",
sha256 = "96c6799792d735cc0f0fd0f86267e9d351e63339cbe03df9d162010cefc26bb0",
version = "2.5.6",
)
erlang_package.hex_package(

View File

@ -25,17 +25,9 @@ erlang_bytecode(
"src/recon_rec.erl",
"src/recon_trace.erl",
],
outs = [
"ebin/recon.beam",
"ebin/recon_alloc.beam",
"ebin/recon_lib.beam",
"ebin/recon_map.beam",
"ebin/recon_rec.beam",
"ebin/recon_trace.beam",
],
hdrs = [],
hdrs = [":public_and_private_hdrs"],
app_name = "recon",
beam = [],
dest = "ebin",
erlc_opts = "//:erlc_opts",
)
@ -57,20 +49,11 @@ filegroup(
],
)
filegroup(
name = "private_hdrs",
srcs = [],
)
filegroup(name = "private_hdrs")
filegroup(
name = "public_hdrs",
srcs = [],
)
filegroup(name = "public_hdrs")
filegroup(
name = "priv",
srcs = [],
)
filegroup(name = "priv")
filegroup(
name = "licenses",
@ -96,8 +79,12 @@ filegroup(
erlang_app(
name = "erlang_app",
srcs = [":all_srcs"],
hdrs = [":public_hdrs"],
app_name = "recon",
beam_files = [":beam_files"],
extra_apps = ["syntax_tools"],
license_files = [":license_files"],
priv = [":priv"],
)
alias(
@ -105,3 +92,10 @@ alias(
actual = ":erlang_app",
visibility = ["//visibility:public"],
)
filegroup(
name = "license_files",
srcs = [
"LICENSE",
],
)

View File

@ -125,7 +125,7 @@ dep_looking_glass = git https://github.com/rabbitmq/looking_glass.git main
dep_prometheus = hex 4.11.0
dep_ra = hex 2.13.5
dep_ranch = hex 2.1.0
dep_recon = hex 2.5.3
dep_recon = hex 2.5.6
dep_redbug = hex 2.1.0
dep_thoas = hex 1.2.1
dep_observer_cli = hex 1.7.5