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

Issue 92: Fix ci build failure due to cargo clean bug. #93

Merged
merged 2 commits into from
Apr 27, 2020

Conversation

shrids
Copy link
Contributor

@shrids shrids commented Apr 27, 2020

Signed-off-by: Sandeep sandeep.shridhar@emc.com

Change log description
Workaround for cargo clean bug https://github.com/rust-lang/cargo/issues/8149

Purpose of the change
Fixes #92

What the code does
Workaround for cargo clean bug https://github.com/rust-lang/cargo/issues/8149

How to verify it
Builds should work once the changes are present in master branch.

Signed-off-by: Sandeep <sandeep.shridhar@emc.com>
@@ -49,12 +49,6 @@ jobs:
override: true
components: rustfmt, clippy

- name: Run cargo clean
Copy link
Contributor Author

@shrids shrids Apr 27, 2020

Choose a reason for hiding this comment

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

removed the redundant clean during cargo check.

@@ -98,12 +92,6 @@ jobs:
override: true
components: rustfmt, clippy

- name: Run cargo clean
Copy link
Contributor Author

@shrids shrids Apr 27, 2020

Choose a reason for hiding this comment

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

removed the redundant cargo clean before cargo test

Signed-off-by: Sandeep <sandeep.shridhar@emc.com>
@tkaitchuck tkaitchuck merged commit ff77579 into master Apr 27, 2020
@tkaitchuck tkaitchuck deleted the fix-ci-build-rust_43 branch April 27, 2020 17:10
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.

Cargo Clean issue in CI
4 participants