[libcxx-commits] [libcxx] [libc++] Fix the Docker image build (PR #150679)
Aiden Grossman via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 25 11:48:26 PDT 2025
https://github.com/boomanaiden154 commented:
Are you looking at updating the image currently? These changes seem reasonable enough to me, but not exactly sure what the goal is.
I was going to look into it soonish after the dust settled around the 22 branch and apt.llvm.org started working again. I was hoping to get https://github.com/llvm/llvm-project/pull/148072 and https://github.com/llvm/llvm-project/pull/148073 landed first though before I started looking at that so we could enable the workflow to update the runner separately.
I was hoping to do an iteration or two to get the new workflow primed, although I'm hoping someone in libc++ can own the image updating more permanently (if this isn't already the case).
As an update on trying to move back to specifying images in the jobs, we met with a GKE engineer about the issue. Our hunch was correct and it is a konnectivity related issue. We should be able to work around it if we can get konnectivity pods to not schedule on the autoscaling node pools, but the autoscaler for konnectivity pods ignores taints and I haven't had time to look into how/if we can configure it to do what we want. So, slow progress but we're not there yet.
https://github.com/llvm/llvm-project/pull/150679
More information about the libcxx-commits
mailing list