-
Notifications
You must be signed in to change notification settings - Fork 34
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
[Request] Add flag to prevent deletion of build files #73
Comments
@rojer Any update on this? I would love to submit a PR with the update but I've never really worked in go and don't have the machine configured to work on this codebase. Not really a PR but in pseudocode: Step 1: Create the --keep-build-dir (KeepBuildDir) flag in flags.go Let me know if this simple change can be integrated 😄 |
I submitted two PRs for this, I think I prefer the approach in #77 |
This would be great especially when running local server builds: https://community.mongoose-os.com/t/optimize-private-server-builds/2498/5?u=thecrypt0
At the moment it seems like it always gets executed: build_remote.go#L61
The text was updated successfully, but these errors were encountered: