From 647e1e2baed2f4a5ceca34f20b594c1260c59761 Mon Sep 17 00:00:00 2001 From: Izabella Raulin Date: Tue, 13 Sep 2022 19:15:19 +0200 Subject: [PATCH] Adding caching to PyperfNativeStackTrace --- scripts/pyperf_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pyperf_build.sh b/scripts/pyperf_build.sh index a71a007b7..a1abc9fad 100755 --- a/scripts/pyperf_build.sh +++ b/scripts/pyperf_build.sh @@ -5,7 +5,7 @@ # set -euo pipefail -git clone --depth 1 -b v1.2.2 https://github.com/Granulate/bcc.git && cd bcc && git reset --hard 2c991423e7b20d36a3bda3ff9393967c87139227 +git clone --depth 1 -b pyperf_caching https://github.com/IzabellaRaulin/bcc.git && cd bcc && git reset --hard d569e4d845f0e44cf382966440129cd3da0c6f38 # (after clone, because we copy the licenses) # TODO support aarch64