Fix caffe2 windows CI for new Windows AMI (#21452)

Summary:
The alternative of #21410.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/21452

Differential Revision: D15701767

Pulled By: ezyang

fbshipit-source-id: e65c1d6bfcc98e88460f4a57e5b99c2f395c0ceb
This commit is contained in:
peter
2019-06-06 13:38:53 -07:00
committed by Facebook Github Bot
parent 3feb40d602
commit bb788631ce
8 changed files with 36 additions and 15 deletions

View File

@ -19,4 +19,4 @@ if __name__ == '__main__':
options = parser.parse_args()
build_caffe2(version=None, cmake_python_library=None, build_python=False,
rerun_cmake=True, cmake_only=False, build_dir='.')
rerun_cmake=True, cmake_only=False, build_dir='build')