Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Update versions in Travis/AppVeyor configuration #130

Merged
merged 3 commits into from
Feb 13, 2019
Merged

Update versions in Travis/AppVeyor configuration #130

merged 3 commits into from
Feb 13, 2019

Conversation

sdroege
Copy link
Member

@sdroege sdroege commented Feb 12, 2019

And also run tests with default features for all the crates.

.travis.yml Outdated
make regen_check;
fi
- for crate in "atk-sys gdk-pixbuf-sys gdk-sys gio-sys glib-sys gobject-sys gtk-sys pangocairo-sys pango-sys"; do
cd $crate && cargo test && cd ..
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better don't do this now, it take too much time and fails.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah so nobody actually fixed the test since they were merged... disappointing :( Then I disable that again.

@EPashkin
Copy link
Member

Your gir repo has changes "Generated by gir (https://github.com/gtk-rs/gir @ 4a198d9+)"

And also run tests with default features for all the crates.
@sdroege
Copy link
Member Author

sdroege commented Feb 12, 2019

Your gir repo has changes "Generated by gir (https://github.com/gtk-rs/gir @ 4a198d9+)"

What do you mean?

@sdroege
Copy link
Member Author

sdroege commented Feb 12, 2019

I see. I can't reproduce this here unfortunately. Where does that come from?

@sdroege
Copy link
Member Author

sdroege commented Feb 12, 2019

I mean, make regen_check finishes without any diff at the end here.

@EPashkin
Copy link
Member

Strange error, don't understand it reason, restarted job just in case

@EPashkin
Copy link
Member

Found problem, new cargo add comment in lock file.
@sdroege please update gir to 27232165a279c49da2e740e3d3eee2b014ba5516

+++ b/Cargo.lock
@@ -1,3 +1,5 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
 [[package]]
 name = "aho-corasick"

@sdroege
Copy link
Member Author

sdroege commented Feb 12, 2019

Done, thanks for finding the reason :)

@sdroege
Copy link
Member Author

sdroege commented Feb 13, 2019

@GuillaumeGomez all green

@GuillaumeGomez GuillaumeGomez merged commit a187c4b into gtk-rs:master Feb 13, 2019
@GuillaumeGomez
Copy link
Member

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants