From 0e88874292736719d156798015e3272e5ea6e7cd Mon Sep 17 00:00:00 2001 From: jyn <github@jyn.dev> Date: Mon, 25 Dec 2023 07:57:13 -0500 Subject: [PATCH] fix `./configure --set change-id` --- config.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.toml b/config.example.toml index 4cf7c1e81990c..dacc61a3e4c48 100644 --- a/config.example.toml +++ b/config.example.toml @@ -30,7 +30,7 @@ # # If `change-id` does not match the version that is currently running, # `x.py` will inform you about the changes made on bootstrap. -# change-id = <latest change id in src/bootstrap/src/utils/change_tracker.rs> +#change-id = <latest change id in src/bootstrap/src/utils/change_tracker.rs> # ============================================================================= # Tweaking how LLVM is compiled