[libcxx-commits] [libcxx] Rehome libcxx-builder docker image & attempt gentler termination. (PR #71604)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 8 14:01:12 PST 2023
================
@@ -0,0 +1,11 @@
+version: '3.7'
+services:
+ libcxx-builder:
+ image: ghcr.io/libcxx/libcxx-builder
----------------
ldionne wrote:
@tstellar One thing we're also trying to avoid is being too dependent on heavy processes or bottlenecks for making modifications of this kind. Right now with how permissions are set up in the LLVM org, we're not empowered to make these kinds of changes IIUC. With our own organization, we are.
I am not disagreeing that LLVM is the right place to do all of it (it totally is), but in the balance is also our ability to actually get stuff working, maintain them and solve our problems without having to wait for someone with enough admin privileges to set things up for us (even though you all have been amazingly responsive and helpful whenever we needed help). My request for admin-ships in the LLVM org was related to this amongst other things.
https://github.com/llvm/llvm-project/pull/71604
More information about the libcxx-commits
mailing list