File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -333,8 +333,18 @@ Currently building Rust will also build the following external projects:
333
333
* [ miri] ( https://github.com/solson/miri )
334
334
335
335
If your changes break one of these projects, you need to fix them by opening
336
- a pull request against the broken project. When you have opened a pull request,
337
- you can disable the tool via ` src/tools/toolstate.toml ` .
336
+ a pull request against the broken project asking to put the fix on a branch.
337
+ Then you can disable the tool building via ` src/tools/toolstate.toml ` .
338
+ Once the branch containing your fix is likely to be merged, you can point
339
+ the affected submodule at this branch.
340
+
341
+ Don't forget to also add your changes with
342
+
343
+ ```
344
+ git add path/to/submodule
345
+ ```
346
+
347
+ outside the submodule.
338
348
339
349
It can also be more convenient during development to set ` submodules = false `
340
350
in the ` config.toml ` to prevent ` x.py ` from resetting to the original branch.
You can’t perform that action at this time.
0 commit comments