Skip to content

Commit 275416a

Browse files
Update dependency async_profiler_linux_arm64 to v3
1 parent c7ceb64 commit 275416a

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
@@ -14,9 +14,9 @@ def async_profiler_repositories():
1414
http_archive(
1515
name = "async_profiler_linux_arm64",
1616
build_file = "//third_party/async_profiler:BUILD.linux.bazel",
17-
sha256 = "897da03c67c6d5032c7299e3ba35e81330dd4fca102a84ac672ce2c0522520de",
18-
strip_prefix = "async-profiler-2.10-linux-arm64",
19-
url = "https://github.com/jvm-profiling-tools/async-profiler/releases/download/v2.10/async-profiler-2.10-linux-arm64.tar.gz",
17+
sha256 = "8d3b407055f66756eb9525a814cbcf119951a8fb82055df9471b6559326f7607",
18+
strip_prefix = "async-profiler-3.0-linux-arm64",
19+
url = "https://github.com/jvm-profiling-tools/async-profiler/releases/download/v3.0/async-profiler-3.0-linux-arm64.tar.gz",
2020
)
2121

2222
http_archive(

0 commit comments

Comments
 (0)