Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Sync from noir #8314

Merged
merged 2 commits into from
Sep 2, 2024
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
Loading