We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba960f9 commit 4c6f1b1Copy full SHA for 4c6f1b1
common/install_miopen.sh
@@ -89,6 +89,8 @@ fi
89
90
git clone https://github.com/ROCmSoftwarePlatform/MIOpen -b ${MIOPEN_BRANCH}
91
pushd MIOpen
92
+# remove .git to save disk space ince CI runner was running out
93
+rm -rf .git
94
# Don't build MLIR to save docker build time
95
# since we are disabling MLIR backend for MIOpen anyway
96
if [[ $ROCM_INT -ge 50400 ]] && [[ $ROCM_INT -lt 50500 ]]; then
0 commit comments