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

Support configuration cache for getting git commit #1494

Merged
merged 4 commits into from
Jan 21, 2025

Conversation

Luna712
Copy link
Contributor

@Luna712 Luna712 commented Jan 17, 2025

This will be required in a future version of gradle so we may as well prepare for it and support it here.

Without this:

Starting an external process 'git rev-parse --short HEAD' during configuration time is unsupported.

I am not sure if there is another solution here though but this is the only one I managed to get working.

This combined with #1493 adds full support for configuration and build cache across cloudstream entirely.

This will be required in a future version of gradle so we may as well prepare for it and support it here.

Without this:
```
Starting an external process 'git rev-parse --short HEAD' during configuration time is unsupported.
```
I am not sure if there is another solution here though but this is the only one I managed to get working.
@Luna712 Luna712 marked this pull request as ready for review January 17, 2025 21:12
Copy link
Collaborator

@fire-light42 fire-light42 left a comment

Choose a reason for hiding this comment

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

Not tested, but looks good 👍

@fire-light42 fire-light42 merged commit 578eb48 into recloudstream:master Jan 21, 2025
2 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.

2 participants