Commit f2e6bee0 authored by jerrrrry's avatar jerrrrry
Browse files

Update run_envcheck.sh

parent bf49c202
......@@ -49,7 +49,7 @@ cd /workspace/test/env_check_outputs
if command -v git &>/dev/null && command -v make &>/dev/null; then
if [ ! -d rccl-tests ]; then
git clone https://www.ghproxy.cn/github.com/ROCm/rccl-tests.git --depth 1 -b master || exit 1
git clone http://developer.sourcefind.cn/codes/jerrrrry/rccl-test.git || exit 1
fi
cd rccl-tests || exit 1
......@@ -85,4 +85,4 @@ cd dcu_env_check && {
echo "==================== 检查完成 ===================="
echo "所有日志已保存至: $log_dir"
ls -lh "$log_dir"
\ No newline at end of file
ls -lh "$log_dir"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment