[libcxx-commits] [libcxx] [libc++][CI] Tests the no RTTI configuration. (PR #65518)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 12 09:37:35 PDT 2023
================
@@ -741,6 +741,27 @@ steps:
limit: 2
timeout_in_minutes: 120
+ - label: "No RTTI"
+ command: "libcxx/utils/ci/run-buildbot generic-no-rtti"
+ artifact_paths:
+ - "**/test-results.xml"
+ - "**/*.abilist"
+ env:
+ # Note: Modules require and absolute path for clang-scan-deps
+ # https://github.com/llvm/llvm-project/issues/61006
+ CC: "/usr/lib/llvm-${LLVM_HEAD_VERSION}/bin/clang"
+ CXX: "/usr/lib/llvm-${LLVM_HEAD_VERSION}/bin/clang++"
+ CMAKE: "/opt/bin/cmake"
+ ENABLE_CLANG_TIDY: "On"
----------------
EricWF wrote:
Why enable clang tidy? Isn't that covered by other configurations?
https://github.com/llvm/llvm-project/pull/65518
More information about the libcxx-commits
mailing list