Skip to content

Commit 8f7b375

Browse files
committed
debug 1
1 parent 8aed926 commit 8f7b375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/metadata.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pub fn build(build: &mut Build) {
7777
/// particular crate (e.g., `x build sysroot` to build library/sysroot).
7878
fn workspace_members(build: &Build) -> Vec<Package> {
7979
let collect_metadata = |manifest_path| {
80-
let mut cargo = command(&build.initial_cargo);
80+
let mut cargo = command(&build.initial_cargo).allow_failure();
8181
cargo
8282
// Will read the libstd Cargo.toml
8383
// which uses the unstable `public-dependency` feature.

0 commit comments

Comments
 (0)