mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
build: upgrade rustc to 1.81.0 (#34270)
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
26f61103d6
commit
7fcde1f7a3
15 changed files with 16 additions and 26 deletions
4
support/crown/Cargo.lock
generated
4
support/crown/Cargo.lock
generated
|
@ -25,9 +25,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|||
|
||||
[[package]]
|
||||
name = "compiletest_rs"
|
||||
version = "0.11.1"
|
||||
version = "0.11.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "71fcc3c0c91b59c137b3cf8073cbc2f72a49b3d5505660ec88f94da3ed4bb1de"
|
||||
checksum = "f150fe9105fcd2a57cad53f0c079a24de65195903ef670990f5909f695eac04c"
|
||||
dependencies = [
|
||||
"diff",
|
||||
"filetime",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[toolchain]
|
||||
channel = "1.80.1"
|
||||
channel = "1.81.0"
|
||||
|
||||
components = [
|
||||
"clippy",
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue