google / sandboxed-api

Generate sandboxes for C/C++ libraries automatically

Home Page:https://developers.google.com/sandboxed-api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate to using Python 3 as the default version in Bazel builds

cblichmann opened this issue · comments

Bazel 0.27.0 warns about PY2 vs. PY3. We should update the Bazel build files to exclusively use Python3.
Workaround for now is to specify --host_force_python=PY2