surahman edited a comment on pull request #3751:
URL: https://github.com/apache/incubator-heron/pull/3751#issuecomment-1023685511
I just reverted the commits on `pylint` and `cpplint`.
**_Edit:_** I am still learning Bazel and understanding the build scripts. I
can not trigger the infinite loop that CI is experiencing on my local machines:
```bash
(00:13:40) ERROR: Cycle detected but could not be properly displayed due to
an internal problem.
Please file an issue. Raw display: topLevelKey:
ConfiguredTargetKey{label=//heron/api/src/cpp:cxx-api,
config=BuildConfigurationValue.Key[a5ba794ad3f6c1fd9f8a7f4293435609fb1ef8a34f21b35e3d8a289fcb873f5e]}
```
The error seems to be caused by an infinite recursion/expansion of the build
rule `cpplint`. I think the culprit is `main` being set to `cpplint` because
when I set it to `main.py` there is no infinite loop anymore.
--
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]