Skip to content

Git hash is not properly updated with each git commit #124

Description

@krasow

We have a .githash that gets updated during the pre-commit run. Right now, this file is updated once the commit gets pushed. This leaves uncommitted changes on the users repository on git commits. This also means our githash tracking is 1 hash delayed, or it has the potential to be discarded.

If a user does Pkg.add("cuNumeric"), they will not have a valid github repo. Git commands will not work to determine the git commit.

A solution here is updating the .githash file strictly during CI. Or remove this tracking feature entirely.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    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