Skip to content

Commit

Permalink
[shortfin] Disable C++ tests in package builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Dec 3, 2024
1 parent c0ca2e2 commit 3b32ada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shortfin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ def build_cmake_configuration(CMAKE_BUILD_DIR: Path, extra_cmake_args=[]):
"-DSHORTFIN_BUNDLE_DEPS=ON",
f"-DCMAKE_BUILD_TYPE={cfg}",
"-DSHORTFIN_BUILD_PYTHON_BINDINGS=ON",
"-DSHORTFIN_BUILD_TESTS=OFF",
f"-DPython3_EXECUTABLE={sys.executable}",
] + extra_cmake_args

Expand Down

0 comments on commit 3b32ada

Please sign in to comment.