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

Ensure bpf_c files exist to avoid accidental rebuilds as the tree changes #2143

Merged
merged 1 commit into from
Dec 13, 2018

Conversation

mvines
Copy link
Member

@mvines mvines commented Dec 12, 2018

Minutes were getting added to the stable-perf CI job because bpf-loader (and thus all it's dependencies such as src/, oof) was getting rebuilt unnecessarily multiple times due to an incorrectly specified cargo:rerun-if-changed that was referencing a non-existent file.

This PR fixes that reference (noopc++.c => noopc++.cc), and adds checks to ensure this won't happen again

@mvines
Copy link
Member Author

mvines commented Dec 13, 2018

Looks like this drops stable-perf time by ~4 minutes

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.

1 participant