update pinned Bazel version to 4.0 release
This commit is contained in:
parent
6d8a9a7ef5
commit
ed7e709285
2
.bazelrc
2
.bazelrc
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
3.7.0
|
||||
4.0.0
|
||||
|
|
Loading…
Reference in New Issue