Skip to content

Commit

Permalink
ci: remove thrift from ubuntu 20.04 APT dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LoremIPsummer committed Nov 8, 2023
1 parent ef06f15 commit 920c810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/ubuntu-20.04/setup_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Install required packages for CodeCompass build
sudo apt-get install -y git cmake make g++ libboost-all-dev llvm-11-dev clang-11 \
libclang-11-dev odb libodb-dev thrift-compiler libthrift-dev default-jdk libssl-dev \
libclang-11-dev odb libodb-dev default-jdk libssl-dev \
libgraphviz-dev libmagic-dev libgit2-dev ctags doxygen libgtest-dev npm libldap2-dev
2 changes: 1 addition & 1 deletion .github/scripts/ubuntu-20.04/setup_runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Install required packages for CodeCompass runtime
sudo apt-get install -y git cmake make g++ graphviz \
libboost-filesystem1.71.0 libboost-log1.71.0 libboost-program-options1.71.0 \
libllvm11 clang-11 libclang1-11 libthrift-0.13.0 default-jre libssl1.1 libmagic1 \
libllvm11 clang-11 libclang1-11 default-jre libssl1.1 libmagic1 \
libgit2-28 ctags googletest libldap-2.4-2

0 comments on commit 920c810

Please sign in to comment.