[llvm] workflows/release-tasks: Setup FileCheck and not for release-lit (PR #66799)

Tobias Hieta via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 21 07:59:22 PDT 2023


================
@@ -84,12 +84,21 @@ jobs:
         uses: actions/checkout at v4
 
       - name: Install dependencies
-        run: sudo apt-get install -y python3-setuptools
+        run: |
+          sudo apt-get update
+          sudo apt-get install -y python3-setuptools python3-psutil clang cmake
----------------
tru wrote:

I think we should maybe use the `setup-cpp` action that installs clang from our apt.llvm.org instead and we can pin the version, so it doesn't change under us randomly and then we get Ninja as well.

https://github.com/llvm/llvm-project/pull/66799


More information about the llvm-commits mailing list