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

Remove rust source include from integration tests #10522

Merged
merged 1 commit into from Jul 31, 2020

Conversation

stuhood
Copy link
Sponsor Member

@stuhood stuhood commented Jul 31, 2020

Problem

Integration tests depend transitively on the native_engine.so, which is continuously validated because it must be present to run, and which is bootstrapped before pants starts up. But integration tests were also including the rust sources unnecessarily.

Solution

Remove the dependency on the rust sources, and the associated target. Also, align the comment about our use of pants_local_binary to what we learned in #10279.

[ci skip-rust]
[ci skip-build-wheels]

…luded via the bootstrapped `native_engine.so`.

[ci skip-build-wheels]
@coveralls
Copy link

Coverage Status

Coverage remained the same at 0.0% when pulling 9690026 on stuhood:stuhood/remove-rust-include into 0b7d9e4 on pantsbuild:master.

@stuhood stuhood merged commit e543e33 into pantsbuild:master Jul 31, 2020
@stuhood stuhood deleted the stuhood/remove-rust-include branch July 31, 2020 15: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