Skip to content

Commit

Permalink
Remove test repo from CI docker. (#589)
Browse files Browse the repository at this point in the history
* 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
sergey-shilov authored and andkononykhin committed Mar 26, 2018
1 parent b7a4c3d commit fb638ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion build-scripts/ubuntu-1604/build-3rd-parties.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions ci/ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ ARG uid=1000
ARG user=indy
ARG venv=venv

RUN echo "deb https://repo.sovrin.org/test/deb xenial rocksdb" >> /etc/apt/sources.list && \
apt-get update

RUN apt-get update -y && apt-get install -y \
python3-nacl \
libindy-crypto=0.2.0 \
Expand Down

0 comments on commit fb638ec

Please sign in to comment.