diff --git a/.github/scripts/hostsetup.sh b/.github/scripts/hostsetup.sh index a136f61a43e..0f348057137 100755 --- a/.github/scripts/hostsetup.sh +++ b/.github/scripts/hostsetup.sh @@ -70,7 +70,18 @@ apt install -y \ g++-9 \ gcc-9 \ wget \ - libtbb-dev + libtbb-dev \ + ant \ + default-jre \ + google-perftools \ + libfl-dev \ + libgoogle-perftools-dev \ + python3-orderedmultidict \ + swig \ + tcl-dev \ + tclsh \ + uuid + # installing the latest version of cmake apt install -y apt-transport-https ca-certificates gnupg diff --git a/.github/scripts/install_dependencies.sh b/.github/scripts/install_dependencies.sh index b33a2e1bba4..1dc866997f4 100755 --- a/.github/scripts/install_dependencies.sh +++ b/.github/scripts/install_dependencies.sh @@ -57,7 +57,18 @@ sudo apt install -y \ clang-13 \ clang-14 \ clang-format-14 \ - libtbb-dev + libtbb-dev \ + ant \ + default-jre \ + google-perftools \ + libfl-dev \ + libgoogle-perftools-dev \ + python3-orderedmultidict \ + swig \ + tcl-dev \ + tclsh \ + uuid + pip install -r requirements.txt diff --git a/.github/scripts/install_noble_dependencies.sh b/.github/scripts/install_noble_dependencies.sh index 98e42720dba..98fc8dc1493 100755 --- a/.github/scripts/install_noble_dependencies.sh +++ b/.github/scripts/install_noble_dependencies.sh @@ -56,7 +56,18 @@ sudo apt install -y \ clang-14 \ clang-18 \ clang-format-14 \ - libtbb-dev + libtbb-dev \ + ant \ + default-jre \ + google-perftools \ + libfl-dev \ + libgoogle-perftools-dev \ + python3-orderedmultidict \ + swig \ + tcl-dev \ + tclsh \ + uuid + pip install -r requirements.txt