From 052bbd9fd73f83e3971ad5e8474b50ea7fc608b1 Mon Sep 17 00:00:00 2001 From: Gauthier Segay Date: Sun, 8 Oct 2023 20:13:38 +0200 Subject: [PATCH] Update DEVGUIDE.md notes about workflow related to proto compiler. --- DEVGUIDE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DEVGUIDE.md b/DEVGUIDE.md index 8e043b4dd5b..aca6b5c01d6 100644 --- a/DEVGUIDE.md +++ b/DEVGUIDE.md @@ -122,6 +122,12 @@ You can find all test options as separate flags. For example `build -testAll`: Running any of the above will build the latest changes and run tests against them. +## Using your custom compiler to build this repository + +By removing all the subfolders called `Proto` under `artifacts` and running the `build` script again, the proto compiler will include your changes. + +Once the "proto" compiler is built, it won't be built again, so you may want to perform those steps again to ensure your changes don't break building the compiler itself. + ## Using your custom compiler to build other projects Building the compiler using `build.cmd` or `build.sh` will output artifacts in `artifacts\bin`.