From 5c26d678c9bc40bdab6e8ccb1be1eccb9e5af6fb Mon Sep 17 00:00:00 2001 From: Guillaume Lagrange Date: Tue, 28 Jul 2026 17:24:39 +0200 Subject: [PATCH 1/2] chore: bump submodule to reduce debug info server timeouts --- crates/samply-codspeed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/samply-codspeed b/crates/samply-codspeed index e5345f43..a8ac4c91 160000 --- a/crates/samply-codspeed +++ b/crates/samply-codspeed @@ -1 +1 @@ -Subproject commit e5345f439625f565a4bfb050d90ac8d1c292edcf +Subproject commit a8ac4c91c2278891c1457e907a69a66ed7909314 From f24b97a05521964d03734167784adbe2bc895140 Mon Sep 17 00:00:00 2001 From: Guillaume Lagrange Date: Tue, 28 Jul 2026 17:25:56 +0200 Subject: [PATCH 2/2] Revert "chore: make tests run release builds of the binaries" This reverts commit d81db8da18e0a5ecc4af8171c66e138901a369e0. --- src/executor/tests.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/executor/tests.rs b/src/executor/tests.rs index 1432c92e..d562c6c9 100644 --- a/src/executor/tests.rs +++ b/src/executor/tests.rs @@ -127,7 +127,6 @@ fi let path = escargot::CargoBuild::new() .package(package) .bin(bin) - .release() .current_target() .run() .unwrap_or_else(|e| panic!("failed to build the {bin} binary: {e}"))