File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
apache-arrow-release/yum/centos-8
apache-arrow/yum/centos-8 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ have_flight=yes
4646have_gandiva=yes
4747have_glib=yes
4848have_parquet=yes
49- install_command=" dnf install -y --enablerepo=PowerTools "
49+ install_command=" dnf install -y --enablerepo=powertools "
5050case " ${distribution} -${distribution_version} " in
5151 centos-7)
5252 cmake_pakcage=cmake3
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ARG DEBUG
2222RUN \
2323 quiet=$([ "${DEBUG}" = "yes" ] || echo "--quiet" ) && \
2424 dnf install -y ${quiet} epel-release && \
25- dnf install --enablerepo=PowerTools -y ${quiet} \
25+ dnf install --enablerepo=powertools -y ${quiet} \
2626 rpm-build \
2727 rpmdevtools && \
2828 dnf clean ${quiet} all
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ARG DEBUG
2525RUN \
2626 quiet=$([ "${DEBUG}" = "yes" ] || echo "--quiet" ) && \
2727 dnf install -y ${quiet} epel-release && \
28- dnf install --enablerepo=PowerTools -y ${quiet} \
28+ dnf install --enablerepo=powertools -y ${quiet} \
2929 bison \
3030 boost-devel \
3131 brotli-devel \
You can’t perform that action at this time.
0 commit comments