-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Both build.sh and build-native.sh scripts work now with dynamic linking by default, although variable STATIC_LINKING may be used to force static linking (assigning value 'TRUE'). This has been configured to FALSE by default because it is discouraged (glibc should be used dynamically to keep important features like DL and DNS). Also, - build-native.sh script is improved to allow DEBUG troubleshooting option. - Project dockerfile includes everything except UT binary. - README.md has been adapted to explain both build methods (native, container) and static linking. - Add tool binaries to training image. Implements [0]. [0] #69 Change-Id: I0bcef0634ad10fd51751f2f59c3c3fd2bfe86fbe
- Loading branch information
1 parent
7ab607d
commit 7f26383
Showing
6 changed files
with
153 additions
and
82 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
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
Oops, something went wrong.