Skip to content

Commit

Permalink
Adding caching to PyperfNativeStackTrace
Browse files Browse the repository at this point in the history
  • Loading branch information
IzabellaRaulin committed Sep 13, 2022
1 parent 17c1c73 commit 647e1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pyperf_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 647e1e2

Please sign in to comment.