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

fix: run on stable rust and update CI #1149

Merged
merged 1 commit into from
Jun 5, 2020
Merged

fix: run on stable rust and update CI #1149

merged 1 commit into from
Jun 5, 2020

Conversation

vmx
Copy link
Contributor

@vmx vmx commented Jun 3, 2020

The CI is now testing only the version that is specified in the rust_toolchain file.
Previously that version plus stable was tested, but now as we are on stable, there is
not need to run tests twice.

The --all flag for cargo is deprecated, instead one should use --workspace. This
commit also makes this adjustment.

cryptonemo
cryptonemo previously approved these changes Jun 3, 2020
Copy link
Collaborator

@cryptonemo cryptonemo left a comment

Choose a reason for hiding this comment

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

Looks good if CI is happy, thanks!

@vmx
Copy link
Contributor Author

vmx commented Jun 3, 2020

@cryptonemo I think the FFI is happy, I removed those targets with this commit, so it can well be that those are kind of screwed up.

If you think it's ready to be merged, could you please merge this one together with filecoin-project/rust-filecoin-proofs-api#20 and filecoin-project/filecoin-ffi#102, you know better than I what other things are going on and when is a good time to do the merge.

The CI is now testing only the version that is specified in the `rust_toolchain` file.
Previously that version plus stable was tested, but now as we are on stable, there is
not need to run tests twice.

The `--all` flag for `cargo` is deprecated, instead one should use `--workspace`. This
commit also makes this adjustment.
@cryptonemo cryptonemo merged commit 447a8ba into master Jun 5, 2020
@porcuquine porcuquine deleted the rust-stable-143 branch June 6, 2020 00:14
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