Skip to content

Commit a4c3e28

Browse files
authored
Merge pull request #38 from redhat-performance/remove_arch_ext
Remove arch. extentions on packages
2 parents bfe71fb + 153a306 commit a4c3e28

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

hammerdb/install-script

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ install_mariadb()
8383
#
8484
# Install Mariadb Server and tools
8585
#
86-
# dnf -y install mariadb.x86_64 mariadb-common.x86_64 mariadb-devel.x86_64 \
87-
# mariadb-errmsg.x86_64 mariadb-server.x86_64 mariadb-server-utils.x86_64 mysql-libs.x86_64
88-
dnf -y install mariadb.x86_64 mariadb-common.x86_64 \
89-
mariadb-errmsg.x86_64 mariadb-server.x86_64 mariadb-server-utils.x86_64
86+
# dnf -y install mariadb mariadb-common mariadb-devel \
87+
# mariadb-errmsg mariadb-server mariadb-server-utils mysql-libs
88+
dnf -y install mariadb mariadb-common \
89+
mariadb-errmsg mariadb-server mariadb-server-utils
9090

9191

9292
#
@@ -146,7 +146,7 @@ install_postgres()
146146
#
147147
# Installing Postgres Server and tools
148148
#
149-
dnf -y install postgresql.x86_64 postgresql-contrib.x86_64 postgresql-server.x86_64 glibc-langpack-en libpq
149+
dnf -y install postgresql postgresql-contrib postgresql-server glibc-langpack-en libpq
150150

151151
cd /usr/local/HammerDB
152152
cp -R /tmp/hammerdb-tpcc/postgres/* .

0 commit comments

Comments
 (0)