Skip to content

Commit edf8f09

Browse files
committed
drop other modules but c compilers only.
1 parent 27dff1c commit edf8f09

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

.github/scripts/hostsetup.sh

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,53 +29,41 @@ apt install -y \
2929
binutils-gold \
3030
build-essential \
3131
capnproto \
32-
ccache \
3332
clang \
34-
clang-12 \
35-
clang-format-12 \
33+
ctags \
3634
curl \
3735
doxygen \
38-
expect \
39-
exuberant-ctags \
4036
flex \
4137
fontconfig \
4238
gdb \
4339
git \
4440
gperf \
4541
gzip \
46-
libc6-dev \
4742
libcairo2-dev \
4843
libcapnp-dev \
4944
libgtk-3-dev \
5045
libevent-dev \
5146
libfontconfig1-dev \
5247
liblist-moreutils-perl \
5348
libncurses5-dev \
54-
libreadline8 \
5549
libx11-dev \
5650
libxft-dev \
5751
libxml++2.6-dev \
5852
libreadline-dev \
59-
libxml2-utils \
60-
make \
61-
pkg-config \
53+
python \
6254
python3 \
6355
python3-dev \
6456
python3-pip \
6557
python3-virtualenv \
6658
python3-yaml \
67-
python3-setuptools \
68-
python3-lxml \
69-
swig \
7059
tcl-dev \
71-
tcl8.6-dev \
72-
tcllib \
7360
libffi-dev \
7461
perl \
7562
texinfo \
7663
time \
7764
valgrind \
7865
zip \
66+
qt5-default \
7967
uuid-dev \
8068
default-jdk \
8169
g++-9 \

0 commit comments

Comments
 (0)