-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove test repo from CI docker. (#589)
* Remove test repo from CI docker. Signed-off-by: Sergey Shilov <[email protected]> * Enable 'PORTABLE' flag for rocksdb building procedure. Signed-off-by: Sergey Shilov <[email protected]>
- Loading branch information
1 parent
b7a4c3d
commit fb638ec
Showing
2 changed files
with
1 addition
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ function build_rocksdb_deb { | |
git checkout $VERSION_TAG | ||
sed -i 's/-m [email protected]/-m "Hyperledger <[email protected]>"/g' \ | ||
./build_tools/make_package.sh | ||
EXTRA_CFLAGS="-fPIC" EXTRA_CXXFLAGS="-fPIC" ./build_tools/make_package.sh $VERSION | ||
PORTABLE=1 EXTRA_CFLAGS="-fPIC" EXTRA_CXXFLAGS="-fPIC" ./build_tools/make_package.sh $VERSION | ||
cp ./package/rocksdb_${VERSION}_amd64.deb $OUTPUT_PATH | ||
# Install it in the system as it is needed by python-rocksdb. | ||
make install | ||
|
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