Skip to content
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

Cleanup CI config #1980

Merged
merged 2 commits into from
Nov 18, 2019
Merged

Cleanup CI config #1980

merged 2 commits into from
Nov 18, 2019

Conversation

# * `--exclude futures-test` - futures-test cannot be compiled with no-default features
# * `--features unstable` - some features cannot be compiled without this feature
# * `--ignore-unknown-features` - some crates doesn't have 'unstable' feature
- cargo hack check
Copy link
Member Author

Choose a reason for hiding this comment

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

The actual command description is in this comment.

- cargo build --all
# Check compat & thread-pool & async-await features
Copy link
Member Author

Choose a reason for hiding this comment

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

It should be sufficient to check these features on 1.36.0 build and features check (also async-await feature is activated by default).

@taiki-e
Copy link
Member Author

taiki-e commented Nov 17, 2019

cc @cramertj @Nemo157

script:
- if ! rustup component add clippy; then
install:
- if ! rustup component add clippy 2>/dev/null; then
Copy link
Member

Choose a reason for hiding this comment

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

Alternatively the cargo clippy build could be moved to use stable now, there's no reason this needs nightly afaik?

Copy link
Member Author

Choose a reason for hiding this comment

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

@cramertj cramertj merged commit 5ad5092 into rust-lang:master Nov 18, 2019
@taiki-e taiki-e deleted the ci branch November 19, 2019 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants