[libcxx-commits] [PATCH] D153778: [libc++][CI] Switches to CMake 3.27.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 4 13:10:03 PDT 2023
ldionne added inline comments.
================
Comment at: libcxx/utils/ci/buildkite-pipeline.yml:37
#
- label: "Format"
command: "libcxx/utils/ci/run-buildbot check-format"
----------------
Do you plan on reverting this patch once CMake 3.27 is the default in the CI? If so, is there a reason why we don't simply bump the default version in our Docker image now that we've validated it would work, and then abandon this patch?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153778/new/
https://reviews.llvm.org/D153778
More information about the libcxx-commits
mailing list