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

Build process appears to trust its cache when it should not. #4

Open
srorso opened this issue Mar 22, 2017 · 0 comments
Open

Build process appears to trust its cache when it should not. #4

srorso opened this issue Mar 22, 2017 · 0 comments
Assignees

Comments

@srorso
Copy link
Contributor

srorso commented Mar 22, 2017

From Hercules issue #204:

A review of the provided logs suggests that at some point CMake had cached the fact that stdint/stdbool were not available at point and declined re-tests for their presence in subsequent builds. The issue in this case is while the answer is cached (no stdint), the process that led to that answer (the log from the run that generated the cached answer) is gone. And so not diagnosable.

Review how the cache is used and when it should be dumped.

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

1 participant