Skip to content

Commit e11b8c2

Browse files
Update dependency async_profiler_linux_x64 to v3
1 parent 275416a commit e11b8c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

third_party/async_profiler/defs.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ def async_profiler_repositories():
66
http_archive(
77
name = "async_profiler_linux_x64",
88
build_file = "//third_party/async_profiler:BUILD.linux.bazel",
9-
sha256 = "5ce4aed3d7e941f39ea11f31e25c89d14ee7c09e71abae6ecc847cc4a4fd8c32",
10-
strip_prefix = "async-profiler-2.10-linux-x64",
11-
url = "https://github.com/jvm-profiling-tools/async-profiler/releases/download/v2.10/async-profiler-2.10-linux-x64.tar.gz",
9+
sha256 = "2b631e8c0418e7e8a19d59a2d2eff016e87f8a4ffbac1ea395ec750b39dc3ce8",
10+
strip_prefix = "async-profiler-3.0-linux-x64",
11+
url = "https://github.com/jvm-profiling-tools/async-profiler/releases/download/v3.0/async-profiler-3.0-linux-x64.tar.gz",
1212
)
1313

1414
http_archive(

0 commit comments

Comments
 (0)