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: stop using vergen #3437

Merged
merged 1 commit into from
Nov 29, 2023
Merged

build: stop using vergen #3437

merged 1 commit into from
Nov 29, 2023

Conversation

conorsch
Copy link
Contributor

We remove the vergen build dependency from all crates in the workspace, in order to speed up local builds, and slightly improve CI cache performance. The only downside to this change is that version strings are now hardcoded, based on the version specified in Cargo.toml, e.g. v0.63.2.

Refs #3436.

We remove the `vergen` build dependency from all crates in the
workspace, in order to speed up local builds, and slightly improve CI
cache performance. The only downside to this change is that version
strings are now hardcoded, based on the version specified in
`Cargo.toml`,  e.g. `v0.63.2`.

Refs #3436.
@conorsch conorsch merged commit de27d89 into main Nov 29, 2023
5 checks passed
@conorsch conorsch deleted the ditch-vergen branch November 29, 2023 01:24
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.

1 participant