File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 19
19
# Note that this has no default value (x.py uses the defaults in `bootstrap.example.toml`).
20
20
# profile = <none>
21
21
22
+ # Inherits configuration values from different configuration files (a.k.a. config extensions).
23
+ # Supports absolute paths, and uses the current directory (where the bootstrap was invoked)
24
+ # as the base if the given path is not absolute.
25
+ # include = []
26
+
22
27
# Keeps track of major changes made to this configuration.
23
28
#
24
29
# This value also represents ID of the PR that caused major changes. Meaning,
28
33
# - A new option
29
34
# - A change in the default values
30
35
#
31
- # If the change-id does not match the version currently in use, x.py will
36
+ # If the change-id does not match the version currently in use, x.py will
32
37
# display the changes made to the bootstrap.
33
38
# To suppress these warnings, you can set change-id = "ignore".
34
39
# change-id = <latest change id in src/bootstrap/src/utils/change_tracker.rs>
You can’t perform that action at this time.
0 commit comments