You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2022/01/20 03:25:15 UTC

[GitHub] [incubator-heron] surahman opened a new pull request #3761: Ubuntu 22.04 Support

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: commits-unsubscribe@heron.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-heron] surahman merged pull request #3761: Ubuntu 22.04 Support

Posted by GitBox <gi...@apache.org>.
surahman merged pull request #3761:
URL: https://github.com/apache/incubator-heron/pull/3761


   


-- 
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: commits-unsubscribe@heron.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org