From 89d20b5625a1aba355bc2a50956a47a4079bacf6 Mon Sep 17 00:00:00 2001 From: Yonatan Goldschmidt Date: Wed, 26 May 2021 12:53:25 +0300 Subject: [PATCH] Bump PyPerf version + gProfiler version (#90) * python: Upgrade PyPerf to v1.0.5 * Bump version to 1.0.6 --- gprofiler/__init__.py | 2 +- scripts/pyperf_build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gprofiler/__init__.py b/gprofiler/__init__.py index 68cdeee4b..382021f30 100644 --- a/gprofiler/__init__.py +++ b/gprofiler/__init__.py @@ -1 +1 @@ -__version__ = "1.0.5" +__version__ = "1.0.6" diff --git a/scripts/pyperf_build.sh b/scripts/pyperf_build.sh index c6ad2070e..a4c5c6136 100755 --- a/scripts/pyperf_build.sh +++ b/scripts/pyperf_build.sh @@ -5,7 +5,7 @@ # set -e -git clone --depth 1 -b v1.0.4 https://github.com/Granulate/bcc.git && cd bcc && git reset --hard 547c778743b3c2a792055b88bc800a4f5a989201 +git clone --depth 1 -b v1.0.5 https://github.com/Granulate/bcc.git && cd bcc && git reset --hard a2d0ae75ce59813eb571e0019f6640d2ee539bce mkdir build cd build cmake -DPYTHON_CMD=python3 -DINSTALL_CPP_EXAMPLES=y -DCMAKE_INSTALL_PREFIX=/bcc/root ..