-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: allow example cpp apps to be dynamically linked (#430)
With the addition of the new `LD_BUILD_EXPORT_ALL_SYMBOLS`, we can easily build & run the `hello-cpp-*` binaries in CI. Although we don't build these libs for distribution (could cause ABI issues), building them from source in this type of configuration should be supported and tested.
- Loading branch information
1 parent
451ca13
commit 8e61419
Showing
2 changed files
with
23 additions
and
6 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