-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add a --force-checkout
and --force-compile
to fre make
#221
Comments
singhd789
added a commit
that referenced
this issue
Oct 29, 2024
singhd789
added a commit
that referenced
this issue
Oct 29, 2024
singhd789
added a commit
that referenced
this issue
Oct 29, 2024
singhd789
added a commit
that referenced
this issue
Oct 31, 2024
singhd789
added a commit
that referenced
this issue
Nov 27, 2024
singhd789
added a commit
that referenced
this issue
Dec 4, 2024
singhd789
added a commit
that referenced
this issue
Dec 4, 2024
singhd789
added a commit
that referenced
this issue
Dec 4, 2024
singhd789
added a commit
that referenced
this issue
Dec 4, 2024
singhd789
added a commit
that referenced
this issue
Dec 4, 2024
singhd789
added a commit
that referenced
this issue
Dec 4, 2024
singhd789
added a commit
that referenced
this issue
Dec 4, 2024
- code was repeated if `--force-compile` was used
singhd789
added a commit
that referenced
this issue
Dec 4, 2024
- code was repeated if `--force-checkout`, `--force-compile` or `--force-dockerfile` was used
singhd789
added a commit
that referenced
this issue
Dec 4, 2024
singhd789
added a commit
that referenced
this issue
Dec 4, 2024
- code would be duplicated if `--force-dockerfile` option is used
singhd789
added a commit
that referenced
this issue
Dec 5, 2024
singhd789
added a commit
that referenced
this issue
Dec 5, 2024
singhd789
added a commit
that referenced
this issue
Dec 26, 2024
singhd789
added a commit
that referenced
this issue
Dec 26, 2024
singhd789
added a commit
that referenced
this issue
Dec 26, 2024
singhd789
added a commit
that referenced
this issue
Dec 26, 2024
singhd789
pushed a commit
that referenced
this issue
Jan 21, 2025
…rce-checkout-and-compile - resolve merge conflicts
singhd789
pushed a commit
that referenced
this issue
Jan 21, 2025
- these changes will be done in another issue
singhd789
pushed a commit
that referenced
this issue
Jan 21, 2025
singhd789
pushed a commit
that referenced
this issue
Jan 21, 2025
singhd789
pushed a commit
that referenced
this issue
Jan 22, 2025
singhd789
pushed a commit
that referenced
this issue
Jan 22, 2025
- instead of passing fremake object to run function, just pass compile script path to run - this allows an already created compile script to also run in parallel (if not being created or if no `force-compile` is used)
singhd789
pushed a commit
that referenced
this issue
Jan 28, 2025
singhd789
pushed a commit
that referenced
this issue
Jan 28, 2025
singhd789
pushed a commit
that referenced
this issue
Jan 31, 2025
singhd789
pushed a commit
that referenced
this issue
Jan 31, 2025
singhd789
pushed a commit
that referenced
this issue
Feb 3, 2025
singhd789
pushed a commit
that referenced
this issue
Feb 3, 2025
singhd789
pushed a commit
that referenced
this issue
Feb 3, 2025
singhd789
pushed a commit
that referenced
this issue
Feb 3, 2025
singhd789
pushed a commit
that referenced
this issue
Feb 3, 2025
singhd789
pushed a commit
that referenced
this issue
Feb 3, 2025
7 tasks
singhd789
pushed a commit
that referenced
this issue
Feb 3, 2025
singhd789
pushed a commit
that referenced
this issue
Feb 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Add a
--force-checkout
and--force-compile
tofre make
Currently there is no way to regenerate the checkout script without manually removing it.
If you attempt that, you will get:
Describe the solution you'd like
Add a
--force-compile
and--force-checkout
option tofre make
similarly to how it works in fre/bronx.Describe alternatives you've considered
N/A
Additional context
--force-dockerfile
could be good tooThe text was updated successfully, but these errors were encountered: