Skip to content

Commit

Permalink
.github install files updated
Browse files Browse the repository at this point in the history
  • Loading branch information
amirarjmand93 committed Dec 8, 2024
1 parent f2eca1a commit 042ad57
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
13 changes: 12 additions & 1 deletion .github/scripts/hostsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 12 additions & 1 deletion .github/scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
13 changes: 12 additions & 1 deletion .github/scripts/install_noble_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 042ad57

Please sign in to comment.