We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2a957 commit e4c4a7fCopy full SHA for e4c4a7f
libcxx/utils/ci/run-buildbot
@@ -406,8 +406,8 @@ bootstrapping-build)
406
${NINJA} -vC "${BUILD_DIR}" install-runtimes
407
408
step "Running the LLDB libc++ data formatter tests"
409
- ${NINJA} -vC "${BUILD_DIR}" lldb-api-test-deps
410
- ${BUILD_DIR}/bin/llvm-lit -sv --param dotest-args='--category libc++' "${MONOREPO_ROOT}/lldb/test/API"
+ # ${NINJA} -vC "${BUILD_DIR}" lldb-api-test-deps
+ # ${BUILD_DIR}/bin/llvm-lit -sv --param dotest-args='--category libc++' "${MONOREPO_ROOT}/lldb/test/API"
411
412
ccache -s
413
;;
0 commit comments