forked from apache/mxnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Windows CI to use VS 2019 and enable x64 bit toolchain. Previously we are using an older 32 bit toolchain causing OOM errors during linking. Switching to x64 bit toolchain on the older VS version previously used by the CI was attempted in apache#17912 and did not work. Update to Cuda 10.2 as it is required by VS 2019. Switch to ninja-build on Windows to speed up build as ninja-build is now preinstalled. Remove logic to install cmake 3.16 on every PR as cmake 3.17 is now preinstalled. Add build retrials due to cuda thrust + VS2019 flakyness. Co-authored-by: vexilligera <[email protected]>
- Loading branch information
Showing
2 changed files
with
43 additions
and
27 deletions.
There are no files selected for viewing
Submodule dmlc-core
updated
19 files
+38 −0 | .github/workflows/githubci.yml | |
+0 −87 | .travis.yml | |
+1 −1 | README.md | |
+13 −0 | appveyor.yml | |
+0 −1 | cmake/build_config.h.in | |
+1 −16 | doc/Doxyfile | |
+0 −1 | include/dmlc/build_config_default.h | |
+18 −18 | include/dmlc/concurrentqueue.h | |
+7 −14 | scripts/packages.mk | |
+0 −0 | scripts/s390x/Dockerfile | |
+0 −0 | scripts/s390x/build_via_cmake.sh | |
+1 −1 | scripts/s390x/ci_build.sh | |
+0 −0 | scripts/s390x/entrypoint.sh | |
+0 −32 | scripts/setup_nvcc.sh | |
+9 −5 | scripts/test_script.sh | |
+0 −3 | scripts/travis/travis_before_cache.sh | |
+0 −13 | scripts/travis/travis_osx_install.sh | |
+0 −40 | scripts/travis/travis_setup_env.sh | |
+0 −16 | src/build_config.cc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters