|
22 | 22 | LIB_GITHUB_RELEASES = [
|
23 | 23 | {
|
24 | 24 | file: "libdatadog-aarch64-alpine-linux-musl.tar.gz",
|
25 |
| - sha256: "5cf54178ec492b0a44ad82d41eb2099ed412a9a7d56a49d7e7af7139ee1f985c", |
| 25 | + sha256: "250bf6011a1ab3c177ed6743faf64457f8dd7ed4ed1a97af4683327407dd13ab", |
26 | 26 | ruby_platform: "aarch64-linux-musl"
|
27 | 27 | },
|
28 | 28 | {
|
29 | 29 | file: "libdatadog-aarch64-unknown-linux-gnu.tar.gz",
|
30 |
| - sha256: "c9aa49fe7a6b80e354ee5134736431ff61139ea1bab516b63a48a2bce3bebeca", |
| 30 | + sha256: "47367657799c6273315a25a70c5f9d7b3258fbd46bd3b6e74a85d509b3d3679c", |
31 | 31 | ruby_platform: "aarch64-linux"
|
32 | 32 | },
|
33 | 33 | {
|
34 | 34 | file: "libdatadog-x86_64-alpine-linux-musl.tar.gz",
|
35 |
| - sha256: "7b21231bb9c61993d425a45b6ae8ecede0cdac4a24c551b5bedebc0520721706", |
| 35 | + sha256: "433d2d274543dbcccf055d708d93f7b07927ddca2273a87aedb82971e02f1e64", |
36 | 36 | ruby_platform: "x86_64-linux-musl"
|
37 | 37 | },
|
38 | 38 | {
|
39 | 39 | file: "libdatadog-x86_64-unknown-linux-gnu.tar.gz",
|
40 |
| - sha256: "3daf4bbac975e440c6e93f6ca39df5f96777a7eaee63ff974c89b2180daf58c5", |
| 40 | + sha256: "65a92ae10f264775082e67b29067d0d4712f0c24e600d6d4f819c5ef2ca8d257", |
41 | 41 | ruby_platform: "x86_64-linux"
|
42 | 42 | }
|
43 | 43 | ]
|
@@ -202,7 +202,7 @@ module Helpers
|
202 | 202 | excluded_files: [
|
203 | 203 | "datadog_profiling.pc", # we use the datadog_profiling_with_rpath.pc variant
|
204 | 204 | "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 |
206 | 206 | "DatadogConfig.cmake" # We don't compile using cmake
|
207 | 207 | ]
|
208 | 208 | )
|
|
0 commit comments