From 2b3db1cd5a406c8f66942c1926f28f836296affb Mon Sep 17 00:00:00 2001 From: jyn Date: Sun, 9 Jul 2023 18:59:23 -0500 Subject: [PATCH] Don't nest GHA groups in `check::Std` --- src/bootstrap/check.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bootstrap/check.rs b/src/bootstrap/check.rs index 691e5ce4eb2..9795f22e2b5 100644 --- a/src/bootstrap/check.rs +++ b/src/bootstrap/check.rs @@ -135,6 +135,7 @@ impl Step for Std { let hostdir = builder.sysroot_libdir(compiler, compiler.host); add_to_sysroot(&builder, &libdir, &hostdir, &libstd_stamp(builder, compiler, target)); } + drop(_guard); // don't run on std twice with x.py clippy // don't check test dependencies if we haven't built libtest