Skip to content

Commit

Permalink
Update start_script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Aug 20, 2020
1 parent 810ce86 commit bcadf44
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions buildbot/start_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ fi
python-dev \
wget \
zlib1g-dev \
libtinfo5 \
libtinfo-dev

apt-get install -qq -y -t stretch buildbot-slave
Expand All @@ -87,9 +88,6 @@ fi
exit 1
) || $ON_ERROR

# Workaround for Debian 10
[[ -f /lib/x86_64-linux-gnu/libtinfo.so.5 ]] || ln -s /lib/x86_64-linux-gnu/libtinfo.so.6 /lib/x86_64-linux-gnu/libtinfo.so.5

update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20
update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10

Expand Down

0 comments on commit bcadf44

Please sign in to comment.