Skip to content

Commit

Permalink
[Misc] Also remove build fold in graphbolt and dgl_sparse in build_dg…
Browse files Browse the repository at this point in the history
…l.sh. (dmlc#6212)

Co-authored-by: Ubuntu <[email protected]>
  • Loading branch information
frozenbugs and Ubuntu authored Aug 29, 2023
1 parent 6ceebaa commit ae49309
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/build_dgl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ fi

if [[ ${remove} == "YES" ]]; then
rm -rf build
rm -rf graphbolt/build
rm -rf dgl_sparse/build
fi

if [[ -z ${build_type} ]]; then
Expand Down

0 comments on commit ae49309

Please sign in to comment.