From 0f63d03093e36644cf51d1e09187fc38dbcf823c Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 17 Jun 2025 08:14:11 +0200 Subject: [PATCH] dind compile --- backend/windmill-worker/src/bash_executor.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/windmill-worker/src/bash_executor.rs b/backend/windmill-worker/src/bash_executor.rs index bde389e763..20b8fd0d8f 100644 --- a/backend/windmill-worker/src/bash_executor.rs +++ b/backend/windmill-worker/src/bash_executor.rs @@ -274,6 +274,7 @@ exit $exit_status ))) } +#[cfg(feature = "dind")] async fn rm_container(client: &bollard::Docker, container_id: &str) { if let Err(e) = client .remove_container(