gtk-rs / gtk3-rs

Rust bindings for GTK 3
https://gtk-rs.org
MIT License
508 stars 90 forks source link

Regenerate gir #792

Closed jf2048 closed 1 year ago

GuillaumeGomez commented 1 year ago

Windows CI is broken apparently. The gvsbuild version is maybe invalid?

jf2048 commented 1 year ago

It looks like the build.py script was removed from gvsbuild recently, looking into it

jf2048 commented 1 year ago

New version changes the cli a bit and needs to get installed with pip. It runs after updating the windows vm to get a new python version but now fails with some error when building fontconfig

sdroege commented 1 year ago

The gvsbuild CI is broken since quite a while here, I wouldn't block this PR on it. It can be solved separately.

jf2048 commented 1 year ago

The windows CI will also eventually need to be updated on gtk-rs-core with these changes if we ever bump the versions

sdroege commented 1 year ago

Yeah, do you want to submit a PR for that?