[all-commits] [llvm/llvm-project] 825943: [libc++] Run macOS buildbot under xcrun (#167072)

Louis Dionne via All-commits all-commits at lists.llvm.org
Sat Nov 8 11:27:27 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 825943e06f840710177e5514c4f61c9e73660c44
      https://github.com/llvm/llvm-project/commit/825943e06f840710177e5514c4f61c9e73660c44
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2025-11-08 (Sat, 08 Nov 2025)

  Changed paths:
    M .github/workflows/libcxx-build-and-test.yaml
    M libcxx/utils/ci/run-buildbot

  Log Message:
  -----------
  [libc++] Run macOS buildbot under xcrun (#167072)

This ensures that run-buildbot can find the appropriate build tools
without having to go through a bunch of hoops inside run-buildbot
itself. When we eventually run the bootstrapping build on macOS, it also
allows the bootstrapped Clang to find the SDK headers it requires.

This also allows simplifying run-buildbot a bunch since we should be
able to find build tools in the current $PATH.



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