Skip to content

Commit 4c6f1b1

Browse files
committed
remove .git after cloning miopen
1 parent ba960f9 commit 4c6f1b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/install_miopen.sh

+2
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ fi
8989

9090
git clone https://github.com/ROCmSoftwarePlatform/MIOpen -b ${MIOPEN_BRANCH}
9191
pushd MIOpen
92+
# remove .git to save disk space ince CI runner was running out
93+
rm -rf .git
9294
# Don't build MLIR to save docker build time
9395
# since we are disabling MLIR backend for MIOpen anyway
9496
if [[ $ROCM_INT -ge 50400 ]] && [[ $ROCM_INT -lt 50500 ]]; then

0 commit comments

Comments
 (0)