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 .github/benchmark_projects.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define: &AZ_COMMIT fe25e8151d865a744220512c782713e46482165a
define: &AZ_COMMIT 224977b9a78289e51c22e550da7f681e735387de
projects:
private-kernel-inner:
repo: AztecProtocol/aztec-packages
Expand Down
8 changes: 4 additions & 4 deletions EXTERNAL_NOIR_LIBRARIES.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define: &AZ_COMMIT fe25e8151d865a744220512c782713e46482165a
define: &AZ_COMMIT 224977b9a78289e51c22e550da7f681e735387de
libraries:
noir_check_shuffle:
repo: noir-lang/noir_check_shuffle
Expand Down Expand Up @@ -71,13 +71,13 @@ libraries:
repo: AztecProtocol/aztec-packages
ref: *AZ_COMMIT
path: noir-projects/aztec-nr
timeout: 100
timeout: 150
critical: false
noir_contracts:
repo: AztecProtocol/aztec-packages
ref: *AZ_COMMIT
path: noir-projects/noir-contracts
timeout: 150
timeout: 200
critical: false
blob:
repo: AztecProtocol/aztec-packages
Expand All @@ -101,7 +101,7 @@ libraries:
repo: AztecProtocol/aztec-packages
ref: *AZ_COMMIT
path: noir-projects/noir-protocol-circuits/crates/reset-kernel-lib
timeout: 15
timeout: 20
critical: false
protocol_circuits_types:
repo: AztecProtocol/aztec-packages
Expand Down
Loading