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

mach package assumes release if --dev is not specified #20730

Open
jdm opened this issue May 1, 2018 · 1 comment
Open

mach package assumes release if --dev is not specified #20730

jdm opened this issue May 1, 2018 · 1 comment

Comments

@jdm
Copy link
Member

@jdm jdm commented May 1, 2018

This means that if you do a debug build and then try to run package without adding the --dev flag, you get a confusing error about missing files (unless you have a preexisting release build, which probably silently gets packaged instead!). We should have mach package error out if there's no flag specified or it can't guess, just like the regular ./mach build logic.

@highfive
Copy link

@highfive highfive commented May 1, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.