Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit bc7187e

Browse files
committed
build-env-v5: Enable llvm-symbolizer, install pip2
1 parent e88728f commit bc7187e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/docker/cpp-build-env.dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
2929
make \
3030
ninja-build \
3131
python \
32+
python-pip \
3233
python3-pip \
3334
python3-requests \
3435
python3-git \
@@ -53,6 +54,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
5354
&& update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-6.0 1 \
5455
&& update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-6.0 1 \
5556
&& update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-6.0 1 \
57+
&& update-alternatives --install /usr/bin/llvm-symbolizer llvm-symbolizer /usr/bin/llvm-symbolizer-6.0 1 \
5658
&& update-alternatives --install /usr/bin/gcov gcov /usr/bin/llvm-cov-6.0 1 \
5759
&& pip3 install codecov
5860

0 commit comments

Comments
 (0)