Skip to content

Commit

Permalink
build: update GCC and G++ alternatives
Browse files Browse the repository at this point in the history
- Add command to set GCC and G++ 9 as bionic alternatives

Issue NMO-585 and PR #581
  • Loading branch information
RedLeader962 committed Aug 15, 2024
1 parent 01e453a commit 809bf6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ if [[ ${DISTRIB_RELEASE} == '18.04' ]]; then
gcc-9 \
g++-9 &&
sudo rm -rf /var/lib/apt/lists/*
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-9
fi

n2st::teamcity_service_msg_blockClosed
Expand Down

0 comments on commit 809bf6c

Please sign in to comment.