sagudev

Results 343 comments of sagudev
trafficstars

It would be nice if any mac owner could verify that builds work: https://github.com/sagudev/servo/actions/runs/7721819161

Currently separate binary per arch, but I expect that we can just do post step that would just join two binaries (no idea if this is even possible, i am...

AFAIK we currently build in CI is for x86 arch and works only due to Rosetta (x86 emulation) on arm macs.

Even if we build "fat binaries" we would still need to compile twice, so having it seperate will allow as to parallelize this better. Also joining is indeed possible: https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary

When triggering WPT for both layouts there is `wpt` preset, so just creating `T-wpt` label should run wpt on both layouts. That being said is still think it's good we...

#31194 is now testing field for #31397, it's actually finished but it also includes CTS refresh and expectation stabilization (which actually works pretty well except for `webgpu:shader,execution,expression` tests that are...

This is due to https://github.com/servo/servo/pull/32208, you might need to do `mach clean` and `mach bootstrap` again (also make sure to have stable internet connection).

Still happening: https://github.com/servo/servo/actions/runs/8454955358/job/23162315075#step:8:15827

While this issue is not blocking WPT imports anymore, it's still present although in more edge cases now with #31895. I think more adaptive solution would be better (ideally filtering...