mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 06:07:11 -05:00
update pinned Bazel version to 4.0 release
This commit is contained in:
parent
6d8a9a7ef5
commit
ed7e709285
2 changed files with 2 additions and 2 deletions
2
.bazelrc
2
.bazelrc
|
|
@ -2,7 +2,7 @@ common --enable_platform_specific_config
|
||||||
common --experimental_repository_cache_hardlinks
|
common --experimental_repository_cache_hardlinks
|
||||||
|
|
||||||
# specify python path for pyo3 compile
|
# 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"
|
#build:linux --action_env="PYTHON_SYS_EXECUTABLE=/usr/local/bin/python3.8"
|
||||||
|
|
||||||
# runfiles are off by default on Windows, and we need them
|
# runfiles are off by default on Windows, and we need them
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
3.7.0
|
4.0.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue