[all-commits] [llvm/llvm-project] 1ffc29: [libc++] Ensure the CI scripts can find Ninja
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Aug 13 08:11:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1ffc299628948ee0bee3ffb7451c9085b5a80e83
https://github.com/llvm/llvm-project/commit/1ffc299628948ee0bee3ffb7451c9085b5a80e83
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-08-13 (Thu, 13 Aug 2020)
Changed paths:
M libcxx/utils/ci/macos-backdeployment.sh
M libcxx/utils/ci/macos-trunk.sh
Log Message:
-----------
[libc++] Ensure the CI scripts can find Ninja
Ninja isn't necessarily installed on macOS out of the box, so make sure
we use the SDK Ninja instead of relying on one being available on the
system.
More information about the All-commits
mailing list