[llvm] [workflows] Build a container for running CI on github actions (PR #75286)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 12 22:52:55 PST 2023


================
@@ -0,0 +1,51 @@
+
+name: Build CI Container
+
+permissions:
+  contents: read
+
+on:
----------------
boomanaiden154 wrote:

We probably want a `workflow_dispatch` here too for cases like rebuilding the container with the latest packages in the Ubuntu repos if there's something like a security update.

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


More information about the llvm-commits mailing list