Skip to content

Commit

Permalink
Install regex, cmake-format, clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
acvictor committed Nov 25, 2024
1 parent 78d761b commit d816f20
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ function install_build_prerequisites {

}

# Install packages required to fix format
function install_format_prerequisites {
pip3 install regex
${SUDO} apt install -y \
clang-format \
cmake-format
}

# Install packages required for build.
function install_velox_deps_from_apt {
${SUDO} apt update
Expand Down Expand Up @@ -286,6 +294,7 @@ function install_velox_deps {

function install_apt_deps {
install_build_prerequisites
install_format_prerequisites
install_velox_deps_from_apt
}

Expand Down

0 comments on commit d816f20

Please sign in to comment.