Skip to content

Commit cb87222

Browse files
code fix
1 parent def9a1a commit cb87222

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/setup-centos9.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ function install_velox_deps_from_dnf {
7272
libdwarf-devel elfutils-libelf-devel curl-devel libicu-devel bison flex \
7373
libsodium-devel zlib-devel gtest-devel gmock-devel gflags-devel
7474

75-
# install sphinx for doc gen
76-
pip install sphinx sphinx-tabs breathe sphinx_rtd_theme
75+
# install sphinx for doc gen
76+
pip install sphinx sphinx-tabs breathe sphinx_rtd_theme
7777
}
7878

7979
function install_conda {
@@ -123,6 +123,7 @@ function install_adapters {
123123
function install_velox_deps {
124124
run_and_time install_velox_deps_from_dnf
125125
run_and_time install_conda
126+
run_and_time install_gflags
126127
run_and_time install_glog
127128
run_and_time install_lzo
128129
run_and_time install_snappy

0 commit comments

Comments
 (0)