Drop support for ubuntu-18.04

This commit is contained in:
Shivam Mathur
2023-04-03 10:11:53 +05:30
parent 1afae1868c
commit 1474d67903
4 changed files with 3 additions and 14 deletions

View File

@ -17,12 +17,6 @@ add_couchbase_clibs() {
}
add_couchbase_cxxlibs() {
if [ "$VERSION_ID" = "18.04" ]; then
if ! command -v gcc-8 >/dev/null || ! command -v g++-8 >/dev/null; then
install_packages gcc-8 g++-8 -y
fi
printf "gcc g++" | xargs -d ' ' -I {} sudo update-alternatives --install /usr/bin/{} {} /usr/bin/{}-8 8
fi
if [ "${runner:?}" = "self-hosted" ]; then
add_list cmake https://apt.kitware.com/ubuntu/ https://apt.kitware.com/keys/kitware-archive-latest.asc "$VERSION_CODENAME" main
fi