We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a99bb commit a0a574dCopy full SHA for a0a574d
1 file changed
scripts/pyperf_build.sh
@@ -5,7 +5,7 @@
5
#
6
set -euo pipefail
7
8
-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 && cd bcc && git reset --hard 486e05b44b44b8651886c7ffa2f4c0d55edf3881
9
10
# (after clone, because we copy the licenses)
11
# TODO support aarch64
0 commit comments