Don't nest GHA groups in check::Std
This commit is contained in:
parent
d3cdf27184
commit
2b3db1cd5a
@ -135,6 +135,7 @@ impl Step for Std {
|
|||||||
let hostdir = builder.sysroot_libdir(compiler, compiler.host);
|
let hostdir = builder.sysroot_libdir(compiler, compiler.host);
|
||||||
add_to_sysroot(&builder, &libdir, &hostdir, &libstd_stamp(builder, compiler, target));
|
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 run on std twice with x.py clippy
|
||||||
// don't check test dependencies if we haven't built libtest
|
// don't check test dependencies if we haven't built libtest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user