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

Timestamps for URL downloads match the download time #215

Merged
merged 2 commits into from
Jul 15, 2022

Conversation

robertmaynard
Copy link
Contributor

By enabling CMake policy 135 we ensure that extracted files timestamp match that of the download time, instead of when the
archive is created. This makes sure that if the URL changes to an older version we still rebuild everything as the timestamp
stays newer.

https://cmake.org/cmake/help/latest/policy/CMP0135.html

By enabling CMake policy 135 we ensure that extracted files
timestamp match that of the download time, instead of when the
archive is created. This makes sure that if the URL changes to
an older version we still rebuild everything as the timestamp
stays newer.
@robertmaynard robertmaynard added bug Something isn't working feature request New feature or request non-breaking Introduces a non-breaking change 3 - Ready for Review Ready for review by team labels Jul 14, 2022
@robertmaynard robertmaynard requested a review from a team as a code owner July 14, 2022 14:05
@robertmaynard robertmaynard removed the feature request New feature or request label Jul 14, 2022
@robertmaynard
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit c9a0625 into rapidsai:branch-22.08 Jul 15, 2022
@robertmaynard robertmaynard deleted the handle_cmp0135 branch July 15, 2022 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants