Skip to content

Commit

Permalink
show diskspace before building
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf authored Sep 12, 2024
1 parent a78e0ca commit c129551
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,8 @@ if [[ -n "${ROCM_DEVICE_LIBS_URL}" ]]; then
git clone --depth 1 --single-branch -b "${ROCM_DEVICE_LIBS_BRANCH}" "${ROCM_DEVICE_LIBS_URL}" "${ROOT}/llvm-project/llvm/projects/Device-Libs"
fi

df -h /

# Setup build directory and build configuration
mkdir -p "${BUILD_DIR}"
cd "${BUILD_DIR}"
Expand Down

0 comments on commit c129551

Please sign in to comment.