surahman commented on a change in pull request #3646:
URL: https://github.com/apache/incubator-heron/pull/3646#discussion_r787181978
##########
File path: .travis.yml
##########
@@ -29,7 +29,7 @@ addons:
- libgoogle-perftools-dev
env:
- - BAZEL_VERSION=4.1.0 ENABLE_HEAPCHECK=1
+ - BAZEL_VERSION=4.1.0 ENABLE_HEAPCHECK=1 LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8
Review comment:
Reverted. The build container is still running Python 3.6:
```bash
$ which python
/opt/pyenv/shims/python
The command "which python" exited with 0.
$ python -V
Python 2.7.17
The command "python -V" exited with 0.
$ which python3
/opt/pyenv/shims/python3
The command "which python3" exited with 0.
$ python3 -V
Python 3.6.9
The command "python3 -V" exited with 0.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]