Skip to content

Commit

Permalink
Don't install all gcc version and libs
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Aug 11, 2024
1 parent baf89ee commit c7cf35c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions buildbot/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
dpkg --configure -a
apt ${APT_OPTS} update || exit 1


apt ${APT_OPTS} install gcc || exit 1

apt ${APT_OPTS} install \
${ARCH_PACKAGES} \
automake \
Expand Down Expand Up @@ -56,7 +58,7 @@
liblzma-dev \
libpixman-1-dev \
libssl-dev \
libstdc++*-dev* \
libstdc++-$(gcc -dumpversion)-dev* \
libtinfo-dev \
libtinfo.$ \
libtool \
Expand Down

0 comments on commit c7cf35c

Please sign in to comment.