From 40dd47f4b1820a0fdb477866219582f99b844054 Mon Sep 17 00:00:00 2001 From: AztecBot Date: Tue, 29 Apr 2025 16:43:56 +0000 Subject: [PATCH 1/2] chore: test against zkpassport rsa lib --- .../zkpassport/noir_rsa/.failures.jsonl | 0 EXTERNAL_NOIR_LIBRARIES.yml | 5 +++++ 2 files changed, 5 insertions(+) create mode 100644 .github/critical_libraries_status/zkpassport/noir_rsa/.failures.jsonl diff --git a/.github/critical_libraries_status/zkpassport/noir_rsa/.failures.jsonl b/.github/critical_libraries_status/zkpassport/noir_rsa/.failures.jsonl new file mode 100644 index 00000000000..e69de29bb2d diff --git a/EXTERNAL_NOIR_LIBRARIES.yml b/EXTERNAL_NOIR_LIBRARIES.yml index c95a8a49d1f..1d136b1a102 100644 --- a/EXTERNAL_NOIR_LIBRARIES.yml +++ b/EXTERNAL_NOIR_LIBRARIES.yml @@ -149,3 +149,8 @@ libraries: ref: 4bebfb361f2e5175d23376645310eecca96749a5 timeout: 20 critical: false + zkpassport_rsa: + repo: zkpassport/noir_rsa + ref: acb50389b79dbf38b1828f4fa82c28d742b140fc + timeout: 20 + critical: false From 3374e7b18031da5ae2d26e7c34f1a43d217cd421 Mon Sep 17 00:00:00 2001 From: AztecBot Date: Tue, 29 Apr 2025 16:49:38 +0000 Subject: [PATCH 2/2] . --- EXTERNAL_NOIR_LIBRARIES.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXTERNAL_NOIR_LIBRARIES.yml b/EXTERNAL_NOIR_LIBRARIES.yml index 1d136b1a102..1b0ca7ad543 100644 --- a/EXTERNAL_NOIR_LIBRARIES.yml +++ b/EXTERNAL_NOIR_LIBRARIES.yml @@ -152,5 +152,5 @@ libraries: zkpassport_rsa: repo: zkpassport/noir_rsa ref: acb50389b79dbf38b1828f4fa82c28d742b140fc - timeout: 20 + timeout: 30 critical: false