Skip to content

Commit 14f3385

Browse files
committed
Updated Ninja version for CentOS7
1 parent 8ba086c commit 14f3385

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/docker/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,9 @@ case "$image" in
293293
if [[ "$image" == *rocm* ]]; then
294294
extract_version_from_image_name rocm ROCM_VERSION
295295
fi
296+
if [[ "$image" == *centos7* ]]; then
297+
NINJA_VERSION=1.10.2
298+
fi
296299
if [[ "$image" == *gcc* ]]; then
297300
extract_version_from_image_name gcc GCC_VERSION
298301
fi

0 commit comments

Comments
 (0)