Forwarded: not-needed
===================================================================
Gbp-Pq: Topic build
Gbp-Pq: Name d-bootstrap-no-assume-tools.patch
let b = TargetSelection::from_user(TEST_TRIPLE_2);
let mut config =
configure(&[TEST_TRIPLE_1, TEST_TRIPLE_2], &[TEST_TRIPLE_1, TEST_TRIPLE_2]);
+ let mut tools = std::collections::HashSet::new();
+ tools.insert("clippy".to_string());
+ tools.insert("rustfmt".to_string());
config.docs = false;
config.extended = true;
config.hosts = vec![b];
+ config.tools = Some(tools);
let mut cache = run_build(&[], config);
assert_eq!(first(cache.all::<dist::Rustc>()), &[dist::Rustc {