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 features to control git-version #21

Merged
merged 1 commit into from
Feb 10, 2023
Merged

Conversation

tiagolobocastro
Copy link
Contributor

Added git dependencies:
fusion-engineering/rust-git-version#19

This allows us to avoid rebuilds when staging changes.

Also added another feature to avoid rebuilds altogether. Eg: if git versions are specified via env variable then we don't need to use git from within the rust-build at all. This is fine for most dev setups if we don't care about versions locally testing.

Signed-off-by: Tiago Castro [email protected]

Added git dependencies:
fusion-engineering/rust-git-version#19

This allows us to avoid rebuilds when staging changes.

Also added another feature to avoid rebuilds altogether.
Eg: if git versions are specified via env variable then we don't need to use git
from within the rust-build at all. This is fine for most dev setups if we don't
care about versions locally testing.

Signed-off-by: Tiago Castro <[email protected]>
@tiagolobocastro tiagolobocastro merged commit 7562791 into develop Feb 10, 2023
@tiagolobocastro tiagolobocastro deleted the git-deps branch February 10, 2023 10:29
tiagolobocastro added a commit that referenced this pull request Feb 10, 2023
Added git dependencies:
fusion-engineering/rust-git-version#19

This allows us to avoid rebuilds when staging changes.

Also added another feature to avoid rebuilds altogether.
Eg: if git versions are specified via env variable then we don't need to use git
from within the rust-build at all. This is fine for most dev setups if we don't
care about versions locally testing.

Signed-off-by: Tiago Castro <[email protected]>
tiagolobocastro added a commit that referenced this pull request Feb 10, 2023
Added git dependencies:
fusion-engineering/rust-git-version#19

This allows us to avoid rebuilds when staging changes.

Also added another feature to avoid rebuilds altogether.
Eg: if git versions are specified via env variable then we don't need to use git
from within the rust-build at all. This is fine for most dev setups if we don't
care about versions locally testing.

Signed-off-by: Tiago Castro <[email protected]>
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