mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Reduce the parallelism in windows rbe build, as it is not helping speed things up by much.
PiperOrigin-RevId: 320432041 Change-Id: Ib1c35f61ff71fcfbfdede21bbdc9c751345d7528
This commit is contained in:
parent
3f26ed8ef4
commit
5c25035765
2
.bazelrc
2
.bazelrc
|
|
@ -496,7 +496,7 @@ build:rbe_win --shell_executable=C:\\tools\\msys64\\usr\\bin\\bash.exe
|
||||||
|
|
||||||
# TODO(gunan): Remove once we use MSVC 2019 with latest patches.
|
# TODO(gunan): Remove once we use MSVC 2019 with latest patches.
|
||||||
build:rbe_win --define=override_eigen_strong_inline=true
|
build:rbe_win --define=override_eigen_strong_inline=true
|
||||||
build:rbe_win --jobs=500
|
build:rbe_win --jobs=100
|
||||||
|
|
||||||
build:rbe_win_py37 --config=rbe
|
build:rbe_win_py37 --config=rbe
|
||||||
build:rbe_win_py37 --repo_env=TF_PYTHON_CONFIG_REPO="@windows_py37_config_python"
|
build:rbe_win_py37 --repo_env=TF_PYTHON_CONFIG_REPO="@windows_py37_config_python"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user