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

build: Install git too #598

Merged
merged 1 commit into from
Jun 12, 2024
Merged

Conversation

cgwalters
Copy link
Collaborator

This must be a regression from the timestamp change: 91ed63c

Without this we fail to parse the timestamp and get errors; maybe something else changed.

Of course, we should use a non-Makefile language for this so we get proper error checking. I may move some of the makefile bits into xtask.rs or so.

Copy link
Contributor

@jeckersb jeckersb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need stuff from git or is git-core enough? I usually mindlessly choose the latter since it pulls in less stuff.

This must be a regression from the timestamp change:
91ed63c

Without this we fail to parse the timestamp and get errors;
maybe something else changed.

Of course, we should use a non-Makefile language for
this so we get proper error checking.  I may move some
of the makefile bits into xtask.rs or so.

Signed-off-by: Colin Walters <walters@verbum.org>
@cgwalters
Copy link
Collaborator Author

Good call, changed to use git-core

@cgwalters cgwalters merged commit 1c5ad72 into containers:main Jun 12, 2024
10 of 16 checks passed
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.

None yet

2 participants