mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Rust 1.90 uses lld by default on linux, which should improve link time and memory usage (I personally override ld with lld globally). And because of miscompilations we observed on 1.90 we need to skip to 1.91. Testing: Existing tests. try run: https://github.com/sagudev/servo/actions/runs/18951980580 --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>