build: upgrade rustc to 1.81.0 (#34270)

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
Mukilan Thiyagarajan 2024-12-12 12:56:16 +05:30 committed by GitHub
parent 26f61103d6
commit 7fcde1f7a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 16 additions and 26 deletions

View file

@ -35,6 +35,8 @@ 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.strict_headers = true;
// See https://github.com/Manishearth/compiletest-rs/issues/295
config.compile_test_exit_code = Some(101);
compiletest::run_tests(&config);
}