We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
download_ci_llvm
1 parent 249df9e commit 49202c7Copy full SHA for 49202c7
src/bootstrap/src/core/config/tests.rs
@@ -19,6 +19,8 @@ pub(crate) fn parse(config: &str) -> Config {
19
)
20
}
21
22
+// FIXME: Resume this test after establishing a stabilized change tracking logic.
23
+#[ignore]
24
#[test]
25
fn download_ci_llvm() {
26
if crate::core::build_steps::llvm::is_ci_llvm_modified(&parse("")) {
0 commit comments