From 80d2b8a963ab50b8d687acd043384897d01ee5ff Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Tue, 28 May 2024 11:15:59 -0400 Subject: [PATCH] Drop alternative install --- integrations/docker/images/base/chip-build/Dockerfile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/integrations/docker/images/base/chip-build/Dockerfile b/integrations/docker/images/base/chip-build/Dockerfile index b1d14381a31d74..e844f353b096d3 100644 --- a/integrations/docker/images/base/chip-build/Dockerfile +++ b/integrations/docker/images/base/chip-build/Dockerfile @@ -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