about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro.albini@ferrous-systems.com>2022-09-23 15:43:01 +0200
committerPietro Albini <pietro.albini@ferrous-systems.com>2022-09-23 15:43:01 +0200
commit20638eba8029ba471233ced4f38efade33a6dea7 (patch)
tree5f88770e1ce38b06998881006fede925621f0ee8
parentdb14a527139355a13c61e109884c0b1f31d67c94 (diff)
downloadrust-20638eba8029ba471233ced4f38efade33a6dea7.tar.gz
rust-20638eba8029ba471233ced4f38efade33a6dea7.zip
add changelog lines for the remote-test-server changes
-rw-r--r--src/bootstrap/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/CHANGELOG.md b/src/bootstrap/CHANGELOG.md
index 85afc1f5f6c..64b74ecc9de 100644
--- a/src/bootstrap/CHANGELOG.md
+++ b/src/bootstrap/CHANGELOG.md
@@ -13,6 +13,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 - Change the names for `dist` commands to match the component they generate. [#90684](https://github.com/rust-lang/rust/pull/90684)
 - The `build.fast-submodules` option has been removed. Fast submodule checkouts are enabled unconditionally. Automatic submodule handling can still be disabled with `build.submodules = false`.
 - Several unsupported `./configure` options have been removed: `optimize`, `parallel-compiler`. These can still be enabled with `--set`, although it isn't recommended.
+- `remote-test-server`'s `verbose` argument has been removed in favor of the `--verbose` flag
+- `remote-test-server`'s `remote` argument has been removed in favor of the `--bind` flag. Use `--bind 0.0.0.0:12345` to replicate the behavior of the `remote` argument.
 
 ### Non-breaking changes