Skip to content

Commit dd5f6ad

Browse files
authored
Enable ninja for ROCm (#1122)
1 parent 491b095 commit dd5f6ad

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.circleci/docker/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ case "$image" in
308308
fi
309309
if [[ "$image" == *rocm* ]]; then
310310
extract_version_from_image_name rocm ROCM_VERSION
311+
NINJA_VERSION=1.9.0
311312
fi
312313
if [[ "$image" == *gcc* ]]; then
313314
extract_version_from_image_name gcc GCC_VERSION

.circleci/docker/common/install_base.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ install_ubuntu() {
6666
software-properties-common \
6767
wget \
6868
sudo \
69+
unzip \
6970
vim \
7071
jq \
7172
libtool
@@ -126,6 +127,7 @@ install_centos() {
126127
opencv-devel \
127128
sudo \
128129
wget \
130+
unzip \
129131
vim
130132

131133
# Cleanup

0 commit comments

Comments
 (0)