mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove clean_rmeta from crown test (#30829)
it causes rebuilds in unit tests
This commit is contained in:
parent
9028c90332
commit
e7c412e7ca
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ fn run_mode(mode: &'static str, bless: bool) {
|
|||
));
|
||||
// Does not work reliably: https://github.com/servo/servo/pull/30508#issuecomment-1834542203
|
||||
//config.link_deps();
|
||||
config.clean_rmeta();
|
||||
config.strict_headers = true;
|
||||
|
||||
compiletest::run_tests(&config);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue