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

Idea: Reuse t3 apps by running a git reset --hard #4

Open
andreifilip123 opened this issue May 16, 2023 · 0 comments
Open

Idea: Reuse t3 apps by running a git reset --hard #4

andreifilip123 opened this issue May 16, 2023 · 0 comments

Comments

@andreifilip123
Copy link
Collaborator

Currently, one of the weak-points of this is the bandwidth and git.
I'm thinking that if we would create all necessary apps, we could them reuse them for other diffs by resetting the git state in both repos.

E.g. We have 6.5.1..6.5.2-prisma-trpc.
This creates 6.5.1-prisma-trpc and 6.5.2-prisma-trpc.
If after generating the diff instead of deleting them we just reset the state in both folders, we might be able to reuse them

However, this will for sure introduce some big concurrency issues that in the end might not be worth doing.
Also, since GHA is ephemeral, it won't be of use there but locally (unless we cache it in GHA)

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

No branches or pull requests

1 participant