-
-
Notifications
You must be signed in to change notification settings - Fork 131
Automated PR: Changes from updating gir/gir-files #1702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hrm, need GLib 2.85 in the CI images. @bilelmoussaoui that just requires a CI image rebuild once GLib 2.85.0 is released, right? |
The image was rebuilt few hours ago and failed with the following
because we build everything from main, but that error itself is a false-positive one... |
actually it been the case for the last two weeks https://github.com/gtk-rs/gtk-rs-core/actions/workflows/image.yml |
The actual error is this though:
Something broke with fontconfig it seems? |
ah nvm, didn't look too hard at the logs. |
8e66d7c
to
622fb47
Compare
oh no, me by merging the gir-files changes, i overwrote your commits here. Sorry for that... |
No problem, just rebased and here they are again :) |
a4b5234
to
6e85ad1
Compare
v2_82 = ["v2_80"] | ||
v2_84 = ["v2_80"] | ||
v2_84 = ["v2_82"] | ||
v2_86 = ["v2_84"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
regen check fails 🙄
Run git diff --exit-code
diff --git a/glib/gobject-sys/Cargo.toml b/glib/gobject-sys/Cargo.toml
index 5636d27..89f7bb9 100644
--- a/glib/gobject-sys/Cargo.toml
+++ b/glib/gobject-sys/Cargo.toml
@@ -23,7 +23,7 @@ v2_76 = ["v2_74"]
v2_78 = ["v2_74"]
v2_80 = ["v2_78"]
v2_82 = ["v2_80"]
-v2_84 = ["v2_82"]
+v2_84 = ["v2_80"]
v2_86 = ["v2_84"]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oups i merged too fast
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that is indeed a bit dumb...
This PR contains auto-generated changes after a merge in the external gir-files repository.