Skip to content

Commit

Permalink
refactor: Remove unnecessary libthrift libraries, as Jaeger is static…
Browse files Browse the repository at this point in the history
…ally linked

See #2744 (comment)
  • Loading branch information
mikebryant committed Jul 5, 2018
1 parent 85d1742 commit 0e26cff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions images/nginx/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -300,11 +300,6 @@ cmake -DCMAKE_BUILD_TYPE=Release -DJAEGERTRACING_PLUGIN=ON -DBUILD_TESTING=OFF -
make
mv libjaegertracing_plugin.so /usr/local/lib/libjaegertracing_plugin.so

export HUNTER_INSTALL_DIR=$(cat _3rdParty/Hunter/install-root-dir)
echo "HUNTER_INSTALL_DIR: ${HUNTER_INSTALL_DIR}"
cp $HUNTER_INSTALL_DIR/lib/libthrift* /usr/local/lib
rm /usr/local/lib/libthrift*.a

# build zipkin lib
cd "$BUILD_PATH/zipkin-cpp-opentracing-$ZIPKIN_CPP_VERSION"
mkdir .build
Expand Down

0 comments on commit 0e26cff

Please sign in to comment.