Skip to content

timestamp of build is incorporated into executable #864

@Be-ing

Description

@Be-ing

CMakeLists.txt uses CMake's string(TIMESTAMP) feature to put the timestamp of the build into the executable. This makes the build nonreproducible. SOURCE_DATE_EPOCH can be used to hack around this but it's better to not need it. I suggest using the date of the Git commit instead, which can be found with git show --quiet --format=%ci --date=short

Metadata

Metadata

Assignees

No one assigned

    Labels

    Scheduled for replacementwon't get fixed soon or at all.community build bugsBug in non-official builds, such as distro-repos or self-compiled ones

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions