Skip to content

Commit

Permalink
Drop alternative install
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed May 28, 2024
1 parent 0127c6a commit 80d2b8a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions integrations/docker/images/base/chip-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,6 @@ RUN set -x \
&& git lfs install \
&& : # last line

# Set gcc 10 as a default compiler to work with TSAN
RUN set -x \
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 10 \
&& update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 10 \
&& update-alternatives --install /usr/bin/cc cc /usr/bin/gcc 30 \
&& update-alternatives --set cc /usr/bin/gcc \
&& update-alternatives --install /usr/bin/c++ c++ /usr/bin/g++ 30 \
&& update-alternatives --set c++ /usr/bin/g++ \
&& : # last line

# NOTE: this install is NOT ideal as we are installing over system
# we should migrate to venvs for packages we do not directly have
# provided by the system
Expand Down

0 comments on commit 80d2b8a

Please sign in to comment.