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

ci: install cargo-hack from GitHub release instead of using cache #1100

Merged
merged 1 commit into from
Nov 13, 2020
Merged

ci: install cargo-hack from GitHub release instead of using cache #1100

merged 1 commit into from
Nov 13, 2020

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Nov 13, 2020

Motivation

Closes #648

Solution

Install cargo-hack from GitHub release instead of using cache.
See also taiki-e/cargo-hack#89 and taiki-e/cargo-hack#91.

@taiki-e taiki-e requested review from hawkw and a team as code owners November 13, 2020 10:57
@taiki-e
Copy link
Member Author

taiki-e commented Nov 13, 2020

# tracing and tracing-subscriber have too many features to be checked by
# cargo-hack --feature-powerset, combinatorics there is exploding.
#- tracing
#- tracing-subscriber

BTW, I think this can probably be solved by using --depth flag (taiki-e/cargo-hack#58) or unreleased taiki-e/cargo-hack#85.

Copy link
Member

@hawkw hawkw left a comment

Choose a reason for hiding this comment

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

thank you, this is great!

@hawkw hawkw merged commit fa105b6 into tokio-rs:master Nov 13, 2020
@taiki-e taiki-e deleted the cargo-hack branch November 14, 2020 05:38
hawkw pushed a commit that referenced this pull request Nov 23, 2020
)

Closes #648

Install cargo-hack from GitHub release instead of using cache.
See also taiki-e/cargo-hack#89 and
taiki-e/cargo-hack#91.
hawkw pushed a commit that referenced this pull request Nov 23, 2020
)

Closes #648

Install cargo-hack from GitHub release instead of using cache.
See also taiki-e/cargo-hack#89 and
taiki-e/cargo-hack#91.
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.

ci: cargo hack not always present in the cache
2 participants