test: Trigger rebuild to test mold+sccache
Some checks failed
BotServer CI / build (push) Failing after 8s
Some checks failed
BotServer CI / build (push) Failing after 8s
This commit is contained in:
parent
e25ae1c084
commit
54882bcddd
1 changed files with 1 additions and 0 deletions
|
|
@ -255,6 +255,7 @@ rustls=off,rustls_pemfile=off,tokio_rustls=off,\
|
||||||
Ok(existing) if !existing.is_empty() => format!("{},{}", existing, noise_filters),
|
Ok(existing) if !existing.is_empty() => format!("{},{}", existing, noise_filters),
|
||||||
_ => format!("info,{}", noise_filters),
|
_ => format!("info,{}", noise_filters),
|
||||||
};
|
};
|
||||||
|
// Test mold+sccache build
|
||||||
|
|
||||||
std::env::set_var("RUST_LOG", &rust_log);
|
std::env::set_var("RUST_LOG", &rust_log);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue