Skip to content

Commit

Permalink
docker: hide specified libprofiler.so version
Browse files Browse the repository at this point in the history
  • Loading branch information
changsh726 authored and storypku committed Jul 20, 2020
1 parent 9e703eb commit 020cdbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build/installers/install_qa_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ apt-get -y update && \
valgrind \
libgoogle-perftools4 # gperftools

ln -s /usr/lib/${TARGET_ARCH}-linux-gnu/libprofiler.so.0.4.8 /usr/lib/${TARGET_ARCH}-linux-gnu/libprofiler.so
ln -s /usr/lib/${TARGET_ARCH}-linux-gnu/libprofiler.so.0 /usr/lib/${TARGET_ARCH}-linux-gnu/libprofiler.so

## Pylint
pip3_install pycodestyle
Expand Down

0 comments on commit 020cdbb

Please sign in to comment.