Skip to content

Commit

Permalink
feat: Sync from noir (#8314)
Browse files Browse the repository at this point in the history
Automated pull of development from the
[noir](https://github.com/noir-lang/noir) programming language, a
dependency of Aztec.
BEGIN_COMMIT_OVERRIDE
feat: Sync from aztec-packages
(noir-lang/noir#5877)
END_COMMIT_OVERRIDE
  • Loading branch information
AztecBot authored Sep 2, 2024
1 parent 4dd51eb commit 27e4761
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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

0 comments on commit 27e4761

Please sign in to comment.