We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee9e5c commit bcd63c9Copy full SHA for bcd63c9
1 file changed
go-runner/src/runner/overlay/instrument_hooks.rs
@@ -6,7 +6,7 @@ use tar::Archive;
6
use tempfile::TempDir;
7
8
const INSTRUMENT_HOOKS_REPO: &str = "CodSpeedHQ/instrument-hooks";
9
-const INSTRUMENT_HOOKS_COMMIT: &str = "e86719c70c9c0b1646db182a7c748230e243dace";
+const INSTRUMENT_HOOKS_COMMIT: &str = "0c971823b17cb5a3bbd0cce4411cbee2c6fe4317";
10
11
/// Get the instrument-hooks directory, downloading if necessary
12
/// Downloads to /tmp/codspeed-instrument-hooks-{commit}/
0 commit comments