Skip to content

Commit

Permalink
build(pyvelox) : Remove VELOX_BUILD_MINIMAL_WITH_DWIO (#12256)
Browse files Browse the repository at this point in the history
Summary:
Fixes broken pyvelox build. Turns on full set of functionality for pyvelox. In a subsequent PR I will work to reduce the scope of linked features.

Pull Request resolved: #12256

Reviewed By: pedroerp

Differential Revision: D69145137

Pulled By: kgpai

fbshipit-source-id: 846b695943166258000684c26d689da7b0513766
  • Loading branch information
kgpai authored and facebook-github-bot committed Feb 4, 2025
1 parent a785f7e commit 5d13c13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def build_extension(self, ext):
f"-DCMAKE_BUILD_TYPE={cfg}",
f"-DCMAKE_INSTALL_PREFIX={extdir}",
"-DCMAKE_VERBOSE_MAKEFILE=ON",
"-DVELOX_BUILD_MINIMAL_WITH_DWIO=ON",
"-DVELOX_BUILD_PYTHON_PACKAGE=ON",
f"-DPYTHON_EXECUTABLE={exec_path} ",
]
Expand Down

0 comments on commit 5d13c13

Please sign in to comment.