diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-03-08 12:50:57 -0800 |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-03-08 12:50:57 -0800 |
commit | 79993a90e2c3668283324681e9d97c30807221de (patch) | |
tree | 296b703a18a28716e19205970461c21a8edab692 /Tools/buildbot/build.bat | |
parent | ada6db7870359581d101b28beaa9207a0c5509a1 (diff) | |
download | cpython-git-79993a90e2c3668283324681e9d97c30807221de.tar.gz |
Adds warning to prepare_ssl when nasm is not available.
Force clean of externals on buildbots.
Diffstat (limited to 'Tools/buildbot/build.bat')
-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 5e840cc7ea..622f876a98 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
|