Skip to content

Commit dabb6ce

Browse files
authored
[APMAPI-1625] Package libdatadog v22.0.0 for Ruby (#1255)
[APMAPI-1625] Package libdatadog v22.0.0 for Ruby
1 parent 5c16bbb commit dabb6ce

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ruby/Rakefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@ end
2222
LIB_GITHUB_RELEASES = [
2323
{
2424
file: "libdatadog-aarch64-alpine-linux-musl.tar.gz",
25-
sha256: "5cf54178ec492b0a44ad82d41eb2099ed412a9a7d56a49d7e7af7139ee1f985c",
25+
sha256: "250bf6011a1ab3c177ed6743faf64457f8dd7ed4ed1a97af4683327407dd13ab",
2626
ruby_platform: "aarch64-linux-musl"
2727
},
2828
{
2929
file: "libdatadog-aarch64-unknown-linux-gnu.tar.gz",
30-
sha256: "c9aa49fe7a6b80e354ee5134736431ff61139ea1bab516b63a48a2bce3bebeca",
30+
sha256: "47367657799c6273315a25a70c5f9d7b3258fbd46bd3b6e74a85d509b3d3679c",
3131
ruby_platform: "aarch64-linux"
3232
},
3333
{
3434
file: "libdatadog-x86_64-alpine-linux-musl.tar.gz",
35-
sha256: "7b21231bb9c61993d425a45b6ae8ecede0cdac4a24c551b5bedebc0520721706",
35+
sha256: "433d2d274543dbcccf055d708d93f7b07927ddca2273a87aedb82971e02f1e64",
3636
ruby_platform: "x86_64-linux-musl"
3737
},
3838
{
3939
file: "libdatadog-x86_64-unknown-linux-gnu.tar.gz",
40-
sha256: "3daf4bbac975e440c6e93f6ca39df5f96777a7eaee63ff974c89b2180daf58c5",
40+
sha256: "65a92ae10f264775082e67b29067d0d4712f0c24e600d6d4f819c5ef2ca8d257",
4141
ruby_platform: "x86_64-linux"
4242
}
4343
]
@@ -202,7 +202,7 @@ module Helpers
202202
excluded_files: [
203203
"datadog_profiling.pc", # we use the datadog_profiling_with_rpath.pc variant
204204
"libdatadog_profiling.a", "datadog_profiling-static.pc", # We don't use the static library
205-
"libdatadog_profiling.so.debug", # We don't include debug info
205+
"libdatadog_profiling.debug", # We don't include debug info
206206
"DatadogConfig.cmake" # We don't compile using cmake
207207
]
208208
)

ruby/lib/libdatadog/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module Libdatadog
44
# Current libdatadog version
5-
LIB_VERSION = "21.0.0"
5+
LIB_VERSION = "22.0.0"
66

77
GEM_MAJOR_VERSION = "1"
88
GEM_MINOR_VERSION = "0"

0 commit comments

Comments
 (0)