From bcd63c925dd78dae781dfd42449b395dc7e6cddd Mon Sep 17 00:00:00 2001 From: Guillaume Lagrange Date: Wed, 8 Apr 2026 17:16:53 +0200 Subject: [PATCH] chore: bump instrument-hooks to collect runtime libraries --- go-runner/src/runner/overlay/instrument_hooks.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go-runner/src/runner/overlay/instrument_hooks.rs b/go-runner/src/runner/overlay/instrument_hooks.rs index 546def2..ecc1c33 100644 --- a/go-runner/src/runner/overlay/instrument_hooks.rs +++ b/go-runner/src/runner/overlay/instrument_hooks.rs @@ -6,7 +6,7 @@ use tar::Archive; use tempfile::TempDir; const INSTRUMENT_HOOKS_REPO: &str = "CodSpeedHQ/instrument-hooks"; -const INSTRUMENT_HOOKS_COMMIT: &str = "e86719c70c9c0b1646db182a7c748230e243dace"; +const INSTRUMENT_HOOKS_COMMIT: &str = "0c971823b17cb5a3bbd0cce4411cbee2c6fe4317"; /// Get the instrument-hooks directory, downloading if necessary /// Downloads to /tmp/codspeed-instrument-hooks-{commit}/