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

Remove futures-nightly from travis #185

Merged
merged 1 commit into from
Aug 30, 2018
Merged

Remove futures-nightly from travis #185

merged 1 commit into from
Aug 30, 2018

Conversation

sdroege
Copy link
Member

@sdroege sdroege commented Aug 30, 2018

futures 0.2 is not maintained any longer and the nightly parts don't
build with the latest nightly toolchain anymore.

build_travis.sh Outdated
else
FEATURES=gtk_3_22_30,futures-stable
fi
elif [ "$GTK" = "3.18" ]; then
BUNDLE="gtk-3.18.1-2"
if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
FEATURES=gtk_3_18,futures-nightly
FEATURES=gtk_3_18
Copy link
Member

Choose a reason for hiding this comment

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

futures-stable ?

Copy link
Member

Choose a reason for hiding this comment

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

And please change in commented default in Cargo.toml

Copy link
Member

Choose a reason for hiding this comment

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

If you remove futures-nightly from glib completely, then better remove it here too.

Copy link
Member Author

Choose a reason for hiding this comment

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

I would like to keep this here for the time being as I plan to add it back based on 0.3 as soon as I figure out how to do that in glib's Cargo.toml

futures 0.2 is not maintained any longer and the nightly parts don't
build with the latest nightly toolchain anymore.
@EPashkin
Copy link
Member

Thanks, now looks good
but IMHO better wait for gtk-rs/glib#373 solved,
and merge this first and test\merge 373 later.

@GuillaumeGomez
Copy link
Member

Looks good. I'll follow what @EPashkin suggested.

@GuillaumeGomez GuillaumeGomez merged commit c30994c into gtk-rs:pending Aug 30, 2018
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.

3 participants