Skip to content

Commit 4e20b6a

Browse files
chore: update async-profiler fork to 4.5.0.0 (#343)
Refresh bundled profiler artifacts and make arm64 extraction portable across GNU and BSD tar.
1 parent 6a0f121 commit 4e20b6a

9 files changed

Lines changed: 5 additions & 5 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GRAFANA_PYROSCOPE_VERSION := 4.4.0.0
1+
GRAFANA_PYROSCOPE_VERSION := 4.5.0.0
22

33
.PHONY: download-async-profiler
44
download-async-profiler:
3.38 KB
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0cb3705aa2c9632dc2a0bb3344ce8e6532bc0f78
1+
74be74d7e4586af8dbeccb6d9befaa9e240a2d37
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
84373075b3ab8f713c0f265220da60d96d363296
1+
94af16d95b27e7e3346a51e8d43e744de92a62a3
26.8 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9506617fc4069b86827bd1e37f25e01a660e5a24
1+
a69d1b2674a6c849509e0fc54b97b2530b43ee6d

scripts/download-async-profiler.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ mv "$DIST_DIR/lib/libasyncProfiler.so" "$DIST_DIR/lib/libasyncProfiler-linux-x64
3434
# Download and extract linux-arm64
3535
echo "Downloading linux-arm64..."
3636
curl -sL "$REPO/releases/download/v$VERSION/async-profiler-$VERSION-linux-arm64.tar.gz" | \
37-
tar -xzf - -O --wildcards "*/lib/libasyncProfiler.so" > "$DIST_DIR/lib/libasyncProfiler-linux-arm64.so"
37+
tar -xzf - -O "async-profiler-$VERSION-linux-arm64/lib/libasyncProfiler.so" > "$DIST_DIR/lib/libasyncProfiler-linux-arm64.so"
3838

3939
# Download and extract macos
4040
echo "Downloading macos..."

0 commit comments

Comments
 (0)