update pinned Bazel version to 4.0 release

This commit is contained in:
Damien Elmes 2021-01-21 19:41:20 +10:00
parent 6d8a9a7ef5
commit ed7e709285
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ common --enable_platform_specific_config
common --experimental_repository_cache_hardlinks
# specify python path for pyo3 compile
build:windows --action_env="PYTHON_SYS_EXECUTABLE=c:\\python\\python.exe"
build:windows --action_env="PYTHON_SYS_EXECUTABLE=c:/python/python.exe"
#build:linux --action_env="PYTHON_SYS_EXECUTABLE=/usr/local/bin/python3.8"
# runfiles are off by default on Windows, and we need them

View File

@ -1 +1 @@
3.7.0
4.0.0