Skip to content

Commit

Permalink
gProfiler 1.2.10 & upgrade Java's async-profiler (#241)
Browse files Browse the repository at this point in the history
* java: Upgrade async-profiler

Include the fix from async-profiler/async-profiler#514

* gProfiler 1.2.10
  • Loading branch information
Jongy authored Dec 3, 2021
1 parent 9dce308 commit 84918cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gprofiler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright (c) Granulate. All rights reserved.
# Licensed under the AGPL3 License. See LICENSE.md in the project root for license information.
#
__version__ = "1.2.9"
__version__ = "1.2.10"
4 changes: 2 additions & 2 deletions scripts/async_profiler_build_shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#
set -euo pipefail

VERSION=v2.5g2
GIT_REV="05797686d3187b067579829924961ab939793dd5"
VERSION=v2.5g3
GIT_REV="b835b2591c968c1170056b18a12fd03918a4360f"

git clone --depth 1 -b "$VERSION" https://github.com/Granulate/async-profiler.git && cd async-profiler && git reset --hard "$GIT_REV"
source "$1"
Expand Down

0 comments on commit 84918cf

Please sign in to comment.