Skip to content

Conversation

@nolddor
Copy link
Contributor

@nolddor nolddor commented Jun 26, 2024

As per docs:
https://cmake.org/cmake/help/v3.0/command/string.html

The optional UTC flag requests the current date/time representation to be in Coordinated Universal Time (UTC) rather
than local time which is the default behaviour.

Changing this will make your builds independent of your local or CI/CD time zone. This will allow to perform Reproducible builds, also known as deterministic compilation, the process of compiling software which ensures the resulting binary code can be reproduced. Source code compiled using deterministic compilation will always output the same binary.

@CarterLi CarterLi merged commit a334b80 into fastfetch-cli:dev Jun 26, 2024
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.

2 participants