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

chore: bump external pinned commits #7581

Merged
merged 2 commits into from
Mar 4, 2025
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
6 changes: 3 additions & 3 deletions .github/benchmark_projects.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define: &AZ_COMMIT cca90e5e655ed9a2d2bb969f034e42ac15f87439
define: &AZ_COMMIT 5f141167d16f1450348a4bbe55d94a462b5b62eb
projects:
private-kernel-inner:
repo: AztecProtocol/aztec-packages
Expand Down Expand Up @@ -65,15 +65,15 @@ projects:
cannot_execute: true
num_runs: 1
timeout: 60
compilation-timeout: 110
compilation-timeout: 135
compilation-memory-limit: 8000
rollup-block-root:
repo: AztecProtocol/aztec-packages
ref: *AZ_COMMIT
path: noir-projects/noir-protocol-circuits/crates/rollup-block-root
num_runs: 1
timeout: 60
compilation-timeout: 120
compilation-timeout: 135
execution-timeout: 40
compilation-memory-limit: 8000
execution-memory-limit: 1500
Expand Down
2 changes: 1 addition & 1 deletion EXTERNAL_NOIR_LIBRARIES.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define: &AZ_COMMIT cca90e5e655ed9a2d2bb969f034e42ac15f87439
define: &AZ_COMMIT 5f141167d16f1450348a4bbe55d94a462b5b62eb
libraries:
noir_check_shuffle:
repo: noir-lang/noir_check_shuffle
Expand Down
Loading