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 1f5b6ae commit 6c12b70Copy full SHA for 6c12b70
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