Forwarded: not-needed
===================================================================
Gbp-Pq: Topic build
Gbp-Pq: Name d-bootstrap-no-assume-tools.patch
#[test]
fn dist_only_cross_host() {
let b = TargetSelection::from_user("B-B");
+ let mut tools = std::collections::HashSet::new();
+ tools.insert("clippy".to_string());
+ tools.insert("rustfmt".to_string());
let mut config = configure(&["A-A", "B-B"], &["A-A", "B-B"]);
config.docs = false;
config.extended = true;
config.hosts = vec![b];
+ config.tools = Some(tools);
let mut cache = run_build(&[], config);
assert_eq!(