You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
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. bazelbuild/bazel#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
The text was updated successfully, but these errors were encountered:
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.bazelbuild/bazel#14273
To Reproduce
Steps to reproduce the behavior:
bazel test --config=darwin_nostyle heron/stmgr/...
Expected behavior
All tests should pass.
Operating System
The text was updated successfully, but these errors were encountered: