Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Install packages and modules for format (#11649)
Summary: Install regex, cmake-format and clang-format. make format-fix on a fresh Ubuntu installation returns ``` scripts/check.py format main --fix Traceback (most recent call last): File "/home/av/src/Velox/scripts/check.py", line 20, in <module> import regex ModuleNotFoundError: No module named 'regex' make: *** [Makefile:172: format-fix] Error 1 /bin/sh: 1: cmake-format: not found error: cannot find executable "clang-format" ``` Pull Request resolved: #11649 Reviewed By: kKPulla Differential Revision: D67881970 Pulled By: kevinwilfong fbshipit-source-id: ff061733efb7ba048adcf6a394969743f4d9ae81
- Loading branch information