Hi Sanchit, On Wed, Feb 5, 2020 at 5:00 AM Sanchit Arora <sanchit.arora.2...@gmail.com> wrote: > How can I verify that the changes I made work (or atleast build) properly > before submitting the patch? > Do I need to do ./mach build everytime? Is there a faster way?
Yes, you should do a `mach build` (and then, depending on the change, either test your changes locally, or use `mach try` to run some of our automated tests with your change applied.) Note, only the first `mach build` after pulling from upstream should take a long time. A subsequent `mach build` with your changes applied will be an incremental build, which is usually much faster (e.g. a couple of minutes). Hope that helps, Botond _______________________________________________ dev-builds mailing list dev-builds@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-builds