surahman opened a new pull request #3761: URL: https://github.com/apache/incubator-heron/pull/3761
This PR adds support for Ubuntu 22.04 LTS which is slated for release in Q2 2022 and builds on PR #3760. The `libunwind` library uses dynamically generated exceptions and the latest C++ standard to support this is C++14. By default `g++ 11.2` will use C++17 and this will cause compiler errors. To remedy this I have added the standard specification flag to the compiling and linking of `libunwind`. -- 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]
