-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not require libexecinfo in C++ docker images
Alpine has dropped support for libexecinfo since version 3.17. This PR pulls in lf-lang/reactor-cpp#59 which makes the compilation of reactor-cpp more robust, so that it can handle if backtrace support is not available or provided by an alternative implementation. Consequently, we can remove the current workarounds in the LF code generator.
- Loading branch information
Showing
3 changed files
with
4 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule reactor-cpp
updated
5 files
+4 −1 | CMakeLists.txt | |
+28 −19 | include/reactor-cpp/assert.hh | |
+3 −0 | include/reactor-cpp/config.hh.in | |
+5 −0 | lib/CMakeLists.txt | |
+1 −3 | lib/assert.cc |