[PATCH] D147742: [python] Enable bindings tests on Windows

Artur Ryt via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 7 00:13:21 PDT 2023


R2RT added a comment.

According to CI logs, these tests are still not run on Windows builder.
Line below, present in Debian's log, is missing.

  [9746/10613] cd /var/lib/buildkite-agent/builds/llvm-project/clang/bindings/python && /usr/bin/cmake -E env CLANG_NO_DEFAULT_CONFIG=1 CLANG_LIBRARY_PATH=/var/lib/buildkite-agent/builds/llvm-project/build/lib /usr/bin/python3.9 -m unittest discover

Further investigation is needed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147742/new/

https://reviews.llvm.org/D147742



More information about the cfe-commits mailing list