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] 'cargo-tarpaulin:v0.18.0' does not accept '--all-targets' anymore #790

Merged
merged 1 commit into from
Jun 29, 2021

Conversation

woshilapin
Copy link
Contributor

There was a change of version of cargo-tarpaulin on the 28th of June. The new version doesn't accept --all-targets anymore so our CI fails. This PR should fix it.

ArnaudOggy
ArnaudOggy previously approved these changes Jun 29, 2021
patochectp
patochectp previously approved these changes Jun 29, 2021
@woshilapin
Copy link
Contributor Author

Removing --all-targets for version 0.18.0 seems to bring some other problems. Instead, I propose we force version 0.16.0 which was working just fine.

@woshilapin
Copy link
Contributor Author

The version 0.18.0 of tarpaulin seems to need some OS functionality named ASLR. The problem is that this kind of functionality is disabled in most CI runners of the market (Github, Gitlab, Travis at least). There might be ways to get over that problem, but the simplest solution is to stick to 0.16.0 for now.

More datails can be found in the documentation about running cargo-tarpaulin with Docker. There is also a few issues with some valuable information in them:

@woshilapin woshilapin merged commit e4ea2da into master Jun 29, 2021
@woshilapin woshilapin deleted the fix-tarpaulin branch June 29, 2021 14:44
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.

None yet

3 participants