Skip to content

Commit 042ad57

Browse files
committed
.github install files updated
1 parent f2eca1a commit 042ad57

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

.github/scripts/hostsetup.sh

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,18 @@ apt install -y \
7070
g++-9 \
7171
gcc-9 \
7272
wget \
73-
libtbb-dev
73+
libtbb-dev \
74+
ant \
75+
default-jre \
76+
google-perftools \
77+
libfl-dev \
78+
libgoogle-perftools-dev \
79+
python3-orderedmultidict \
80+
swig \
81+
tcl-dev \
82+
tclsh \
83+
uuid
84+
7485

7586
# installing the latest version of cmake
7687
apt install -y apt-transport-https ca-certificates gnupg

.github/scripts/install_dependencies.sh

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,18 @@ sudo apt install -y \
5757
clang-13 \
5858
clang-14 \
5959
clang-format-14 \
60-
libtbb-dev
60+
libtbb-dev \
61+
ant \
62+
default-jre \
63+
google-perftools \
64+
libfl-dev \
65+
libgoogle-perftools-dev \
66+
python3-orderedmultidict \
67+
swig \
68+
tcl-dev \
69+
tclsh \
70+
uuid
71+
6172

6273
pip install -r requirements.txt
6374

.github/scripts/install_noble_dependencies.sh

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,18 @@ sudo apt install -y \
5656
clang-14 \
5757
clang-18 \
5858
clang-format-14 \
59-
libtbb-dev
59+
libtbb-dev \
60+
ant \
61+
default-jre \
62+
google-perftools \
63+
libfl-dev \
64+
libgoogle-perftools-dev \
65+
python3-orderedmultidict \
66+
swig \
67+
tcl-dev \
68+
tclsh \
69+
uuid
70+
6071

6172
pip install -r requirements.txt
6273

0 commit comments

Comments
 (0)