Skip to content

Conversation

@tstellar
Copy link
Collaborator

This package is available in Ubuntu now, so we don't need to build it manually.

This package is available in Ubuntu now, so we don't need to build
it manually.
@llvmbot
Copy link
Member

llvmbot commented Dec 12, 2025

@llvm/pr-subscribers-github-workflow

Author: Tom Stellard (tstellar)

Changes

This package is available in Ubuntu now, so we don't need to build it manually.


Full diff: https://github.com/llvm/llvm-project/pull/172096.diff

1 Files Affected:

  • (modified) .github/workflows/containers/github-action-ci-tooling/Dockerfile (+2-9)
diff --git a/.github/workflows/containers/github-action-ci-tooling/Dockerfile b/.github/workflows/containers/github-action-ci-tooling/Dockerfile
index b78c99efb9be3..cbd0b69b76192 100644
--- a/.github/workflows/containers/github-action-ci-tooling/Dockerfile
+++ b/.github/workflows/containers/github-action-ci-tooling/Dockerfile
@@ -109,14 +109,7 @@ RUN apt-get update && \
     abi-dumper \
     autoconf \
     parallel \
-    pkg-config && \
+    pkg-config \
+    universal-ctags && \
     apt-get clean && \
     rm -rf /var/lib/apt/lists/*
-
-RUN git clone https://github.com/universal-ctags/ctags.git && \
-    cd ctags && \
-    ./autogen.sh && \
-    ./configure && \
-    sudo make install && \
-    rm -Rf ../ctags
-

@tstellar tstellar merged commit f721a39 into llvm:main Dec 13, 2025
18 checks passed
anonymouspc pushed a commit to anonymouspc/llvm that referenced this pull request Dec 15, 2025
…lvm#172096)

This package is available in Ubuntu now, so we don't need to build it
manually.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants