-
Notifications
You must be signed in to change notification settings - Fork 35
Suppress CMake rerun to prevent custombuild timestamp error #1093
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
Conversation
4115d8b
to
fade618
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls update commit message and the title of the PR
fade618
to
20432ca
Compare
IMO this would not work. This is a potential solution to the problem of rebuilding a project rather than building using concurrency. |
@bratpiorka , @luszczewskakasia1 - did you manage to verify if that cmake command's param - "check stamp" (or something) is present now? |
@lukaszstolarczuk |
1a89f85
to
a4ee800
Compare
a4ee800
to
33e82ab
Compare
33e82ab
to
04dff63
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this suppose to be still a draft? it looks like a final solution..
@lukaszstolarczuk yes, right now it is the final solution |
fbb09f7
to
f301b3d
Compare
This avoids writing to the same generate.stamp while building UMF by not rerunning CMakeLists.txt
f301b3d
to
e45c4f9
Compare
Description
This avoid writing to the same generate.stamp while building UMF on Windows for L0 during nightly.
Checklist