Skip to content

Commit 3811187

Browse files
committed
fix some fpm install lines
1 parent ad860c2 commit 3811187

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/packaging/project/install_deps.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ function compile_deps_el8() {
347347

348348
function install_deps_el9() {
349349
dnf -y install $BUILD_DEPS_REDHAT_9 $FPM_DEPS_REDHAT_9
350-
gem install fpm
350+
gem install fpm -v 1.17.0
351351
}
352352
function compile_deps_el9() {
353353

@@ -430,7 +430,7 @@ function compile_deps_el9() {
430430

431431
function install_deps_el10() {
432432
dnf -y install $BUILD_DEPS_REDHAT_10 $FPM_DEPS_REDHAT_10
433-
gem install fpm
433+
gem install fpm -v 1.17.0
434434
}
435435
function compile_deps_el10() {
436436
# install libunistring
@@ -536,12 +536,12 @@ EOF
536536
make install
537537
popd; popd
538538

539-
gem install fpm -v 1.17.0
540539
}
541540

542541
function install_deps_amzn2023() {
543542
yum groupinstall -y 'Development Tools'
544543
dnf install -y $BUILD_DEPS_AMAZON $FPM_DEPS_AMAZON
544+
gem install fpm -v 1.17.0
545545

546546

547547
pushd /opt

0 commit comments

Comments
 (0)