nicknezis opened a new issue #3763: URL: https://github.com/apache/incubator-heron/issues/3763
**Describe the bug** When running Heron unit tests on newer MacOS, a number of tests fail. I found that adding `-lc++` library back fixed a lot of the issues. Finally found reference to the Bazel issue here which causes all standard libraries to be stripped. https://github.com/bazelbuild/bazel/issues/14273 **To Reproduce** Steps to reproduce the behavior: `bazel test --config=darwin_nostyle heron/stmgr/...` **Expected behavior** All tests should pass. **Operating System** - OS: MacOS - Version: 12.1 -- 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]
