Skip to content

Commit 8dabe3c

Browse files
dnikolaev-amdpruthvistony
authored andcommitted
fix install_centos() function
1 parent 53c9f1f commit 8dabe3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/docker/common/install_rocm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ install_centos() {
125125
rocprofiler-dev \
126126
roctracer-dev \
127127
amd-smi-lib
128-
128+
fi
129129
# precompiled miopen kernels; search for all unversioned packages
130130
# if search fails it will abort this script; use true to avoid case where search fails
131131
MIOPENHIPGFX=$(yum -q search miopen-hip-gfx | grep miopen-hip-gfx | awk '{print $1}'| grep -F kdb. || true)

0 commit comments

Comments
 (0)