Skip to content

Commit f721a39

Browse files
authored
[GitHub][CI] Drop manual build of universal-ctags from abi container (llvm#172096)
This package is available in Ubuntu now, so we don't need to build it manually.
1 parent 96891b7 commit f721a39

File tree

1 file changed

+2
-9
lines changed
  • .github/workflows/containers/github-action-ci-tooling

1 file changed

+2
-9
lines changed

.github/workflows/containers/github-action-ci-tooling/Dockerfile

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,7 @@ RUN apt-get update && \
109109
abi-dumper \
110110
autoconf \
111111
parallel \
112-
pkg-config && \
112+
pkg-config \
113+
universal-ctags && \
113114
apt-get clean && \
114115
rm -rf /var/lib/apt/lists/*
115-
116-
RUN git clone https://github.com/universal-ctags/ctags.git && \
117-
cd ctags && \
118-
./autogen.sh && \
119-
./configure && \
120-
sudo make install && \
121-
rm -Rf ../ctags
122-

0 commit comments

Comments
 (0)