diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-03-08 20:51:19 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-03-08 20:51:19 (GMT) |
commit | 332018d17ce04dcb94ae5275b1343e828632fb92 (patch) | |
tree | ecea5a99407e2f949a8904c10799898f20d34aee /Tools | |
parent | 786e9220542fe82e548a6c305a4c094807415492 (diff) | |
parent | 79993a90e2c3668283324681e9d97c30807221de (diff) | |
download | cpython-332018d17ce04dcb94ae5275b1343e828632fb92.zip cpython-332018d17ce04dcb94ae5275b1343e828632fb92.tar.gz cpython-332018d17ce04dcb94ae5275b1343e828632fb92.tar.bz2 |
Adds warning to prepare_ssl when nasm is not available.
Force clean externals on buildbots.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/buildbot/build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/build.bat b/Tools/buildbot/build.bat index 5e840cc..622f876 100644 --- a/Tools/buildbot/build.bat +++ b/Tools/buildbot/build.bat @@ -7,7 +7,7 @@ call "%~dp0clean.bat" %* @rem a new version of an external library, especially Tcl/Tk):
@rem 1) uncomment the following line:
-@rem call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
+call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
@rem 2) commit and push
@rem 3) wait for all Windows bots to start a build with that changeset
|