Skip to content

Commit 8074049

Browse files
committed
Removes --clean-only option from buildbots.
1 parent de11561 commit 8074049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/buildbot/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ call "%~dp0clean.bat" %*
77
@rem a new version of an external library, especially Tcl/Tk):
88
@rem 1) uncomment the following line:
99

10-
call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
10+
@rem call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
1111

1212
@rem 2) commit and push
1313
@rem 3) wait for all Windows bots to start a build with that changeset

0 commit comments

Comments
 (0)