Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Use x64 toolchain for CI windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
leezu committed Mar 26, 2020
1 parent 56e7985 commit 7961fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def windows_build(args):

with remember_cwd():
os.chdir(path)
cmd = "\"{}\" && {} -G \"NMake Makefiles JOM\" {} {}".format(
cmd = "\"{}\" && {} -T host=x64 {} {}".format(
args.vcvars,
os.path.join(tmpdir, 'cmake-3.16.1-win64-x64', 'bin', 'cmake.exe'),
CMAKE_FLAGS[args.flavour], mxnet_root)
Expand Down

0 comments on commit 7961fb5

Please sign in to comment.