Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .noir-sync-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e29d4b3646f0527fc01bc4584ee33616db922c72
f0c268606a71381ab4504396695a0adb9b3258b6
3 changes: 2 additions & 1 deletion noir/noir-repo/test_programs/rebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ else
done
fi

parallel -j7 process_dir {} "$current_dir" ::: ${dirs_to_process[@]}
# Clear any existing rebuild.log
rm -f "$current_dir/rebuild.log"

# Process directories in parallel
parallel -j7 process_dir {} "$current_dir" ::: ${dirs_to_process[@]}
Expand Down