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

Clean up the benchlib compilation #483

Open
hugomg opened this issue Sep 2, 2021 · 3 comments
Open

Clean up the benchlib compilation #483

hugomg opened this issue Sep 2, 2021 · 3 comments

Comments

@hugomg
Copy link
Member

hugomg commented Sep 2, 2021

The way that benchlib uses 'make' to avoid recompiling benchmarks has bitten us multiple times in the past. We should either fix it so that the "smart recompilation" works properly, or we should replace it by something simpler and less finnicky.

Maybe there is some good inside the benchlib, but today my mood asks to throw it into the fires of Mount Doom. 🌋

@srijan-paul
Copy link
Member

Does the CI cache the shared libraries generated by pallenec/cc or something?

@hugomg
Copy link
Member Author

hugomg commented Sep 10, 2021

I think it shouldn't be caching anything between CI runs. See also #420.

@srijan-paul
Copy link
Member

I see. I misunderstood the problem. So the caching is a problem when running locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants