|
@@ -143,6 +143,9 @@ if [ "X$DEPOT_TOOLS_UPDATE" != "X0" ]; then
|
|
source "$base_dir/cipd_bin_setup.sh"
|
|
source "$base_dir/cipd_bin_setup.sh"
|
|
cipd_bin_setup
|
|
cipd_bin_setup
|
|
|
|
|
|
|
|
+ # Restart goma if it is updated.
|
|
|
|
+ goma_ctl update_hook
|
|
|
|
+
|
|
# Don't bootstrap Python 3 on windows, since it is already done by
|
|
# Don't bootstrap Python 3 on windows, since it is already done by
|
|
# bootstrap/win_tools.bat.
|
|
# bootstrap/win_tools.bat.
|
|
if [ "X$MINGW" != "X0" -a "X$DEPOT_TOOLS_BOOTSTRAP_PYTHON3" != "X0" ]; then
|
|
if [ "X$MINGW" != "X0" -a "X$DEPOT_TOOLS_BOOTSTRAP_PYTHON3" != "X0" ]; then
|