Skip to content

Commit

Permalink
maybe we do need to remove vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
petefoth committed Oct 11, 2024
1 parent 34d2a67 commit 91ddb6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/new_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ do_cleanup() {
else
cd "$source_dir"
(set +eu ; mka "${jobs_arg[@]}" clean) &>> "$DEBUG_LOG"
# echo ">> [$(date)] Removing $PWD/vendor" | tee -a "$DEBUG_LOG"
# rm -rf vendor/* || true
echo ">> [$(date)] Removing $PWD/vendor" | tee -a "$DEBUG_LOG"
rm -rf vendor/* || true
# echo ">> [$(date)] Removing $PWD/kernel" | tee -a "$DEBUG_LOG"
# rm -rf kernel/* || true
# echo ">> [$(date)] Removing $PWD/device" | tee -a "$DEBUG_LOG"
Expand Down

0 comments on commit 91ddb6a

Please sign in to comment.