Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

C++ unit tests fail on newer MacOS. #3763

Closed
nicknezis opened this issue Jan 24, 2022 · 0 comments · Fixed by #3764
Closed

C++ unit tests fail on newer MacOS. #3763

nicknezis opened this issue Jan 24, 2022 · 0 comments · Fixed by #3764
Assignees

Comments

@nicknezis
Copy link
Contributor

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant