[libcxx-commits] [PATCH] D111168: [libc++] Run the no-unicode CI job on new testing configs

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 5 10:38:33 PDT 2021


ldionne created this revision.
Herald added a subscriber: arichardson.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This was most likely an oversight, since we're running all other jobs on
the new configs.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111168

Files:
  libcxx/utils/ci/run-buildbot


Index: libcxx/utils/ci/run-buildbot
===================================================================
--- libcxx/utils/ci/run-buildbot
+++ libcxx/utils/ci/run-buildbot
@@ -356,7 +356,8 @@
 ;;
 generic-no-unicode)
     clean
-    generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-no-unicode.cmake"
+    generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-no-unicode.cmake" \
+                   -DLIBCXX_TEST_CONFIG="${MONOREPO_ROOT}/libcxx/test/configs/llvm-libc++-shared.cfg.in"
     check-cxx-cxxabi
 ;;
 x86_64-apple-system)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111168.377295.patch
Type: text/x-patch
Size: 556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211005/a53b9b48/attachment-0001.bin>


More information about the libcxx-commits mailing list