[all-commits] [llvm/llvm-project] 6107e3: [libcxx] Install runner last when building CI cont...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Mon Jul 28 12:32:45 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6107e3aa229368190207093298c2ac1ec5eec7c0
      https://github.com/llvm/llvm-project/commit/6107e3aa229368190207093298c2ac1ec5eec7c0
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-07-28 (Mon, 28 Jul 2025)

  Changed paths:
    M libcxx/utils/ci/Dockerfile
    M libcxx/utils/ci/docker-compose.yml

  Log Message:
  -----------
  [libcxx] Install runner last when building CI containers

This patch changes when we install the GHA runner in the CI containers. Instead
of having it in the base image, we install it last. This will enable a follow up
patch that will do some setup enabling building the full container image with an
existing base image, thus enabling updating the GHA runner without modifying the
important bits.

Reviewers: EricWF, ldionne

Reviewed By: ldionne

Pull Request: https://github.com/llvm/llvm-project/pull/148072



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list