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

feat: add full git version to version output #10

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

metachris
Copy link
Contributor

📝 Summary

Output before was missing the full git version:

commit:     7688350
dirty:      true
branch:     refs/heads/flamegraph-test
build_time: Wed, 3 Jul 2024 12:16:26 +0000
rustc:      rustc 1.79.0 (129f3b996 2024-06-10)
features:   []
profile:    debug

This PR fixes it:

version:    v0.1.0-rc1-1-g7688350
commit:     7688350
dirty:      true
branch:     refs/heads/flamegraph-test
build_time: Wed, 3 Jul 2024 12:16:26 +0000
rustc:      rustc 1.79.0 (129f3b996 2024-06-10)
features:   []
profile:    debug

💡 Motivation and Context

Tag is a relevant piece of information and should be surfaced too


✅ I have completed the following steps:

  • Run make lint
  • Run make test
  • Added tests (if applicable)

Copy link

github-actions bot commented Jul 3, 2024

Benchmark results for 8da7f9d

Report: https://flashbots-rbuilder-ci-stats.s3.us-east-2.amazonaws.com/benchmark/8da7f9d-3e547d4/report/index.html

Date (UTC) 2024-07-03T12:19:47+00:00
Commit 8da7f9d247b3ea3122f1c3746e8188733fc2f21a
Base SHA 3e547d48b7543cf1687f152412c4a8f04b65c481

Significant changes

None

@metachris metachris merged commit f468712 into develop Jul 3, 2024
2 checks passed
@metachris metachris deleted the build-show-version branch July 3, 2024 12:29
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