about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorjyn <github@jyn.dev>2023-07-09 18:59:23 -0500
committerjyn <github@jyn.dev>2023-07-14 17:27:20 -0500
commit2b3db1cd5a406c8f66942c1926f28f836296affb (patch)
tree8159dd96557f27105eb548ee3caf40dd5ec42695 /src
parentd3cdf27184845afc2c1a9ac2d8d0c2c04015e18d (diff)
downloadrust-2b3db1cd5a406c8f66942c1926f28f836296affb.tar.gz
rust-2b3db1cd5a406c8f66942c1926f28f836296affb.zip
Don't nest GHA groups in `check::Std`
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/check.rs1
1 files changed, 1 insertions, 0 deletions
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