From 8b44c5cdb9acb26408e2c434d1b8c2534a3e2485 Mon Sep 17 00:00:00 2001 From: noirwhal Date: Mon, 30 Jun 2025 08:07:33 +0000 Subject: [PATCH 1/2] chore: Update pinned commit of aztec-packages --- .github/benchmark_projects.yml | 2 +- EXTERNAL_NOIR_LIBRARIES.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/benchmark_projects.yml b/.github/benchmark_projects.yml index c08deeeab63..f7cad889d31 100644 --- a/.github/benchmark_projects.yml +++ b/.github/benchmark_projects.yml @@ -1,4 +1,4 @@ -define: &AZ_COMMIT fe25e8151d865a744220512c782713e46482165a +define: &AZ_COMMIT 224977b9a78289e51c22e550da7f681e735387de projects: private-kernel-inner: repo: AztecProtocol/aztec-packages diff --git a/EXTERNAL_NOIR_LIBRARIES.yml b/EXTERNAL_NOIR_LIBRARIES.yml index 63ccba45608..c10f97df847 100644 --- a/EXTERNAL_NOIR_LIBRARIES.yml +++ b/EXTERNAL_NOIR_LIBRARIES.yml @@ -1,4 +1,4 @@ -define: &AZ_COMMIT fe25e8151d865a744220512c782713e46482165a +define: &AZ_COMMIT 224977b9a78289e51c22e550da7f681e735387de libraries: noir_check_shuffle: repo: noir-lang/noir_check_shuffle From b8c485927525a44ff8761dfcef5541d2869ea6b0 Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Mon, 30 Jun 2025 11:30:19 +0100 Subject: [PATCH 2/2] Update EXTERNAL_NOIR_LIBRARIES.yml --- EXTERNAL_NOIR_LIBRARIES.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EXTERNAL_NOIR_LIBRARIES.yml b/EXTERNAL_NOIR_LIBRARIES.yml index c10f97df847..65284c45326 100644 --- a/EXTERNAL_NOIR_LIBRARIES.yml +++ b/EXTERNAL_NOIR_LIBRARIES.yml @@ -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 @@ -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