From 2dfb1835e996e0445f5785fc784987aadaeca635 Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Tue, 16 Sep 2025 17:58:35 +0000 Subject: [PATCH 1/4] chore: add test for bbup breaking on new version --- barretenberg/bbup/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/barretenberg/bbup/bootstrap.sh b/barretenberg/bbup/bootstrap.sh index bec13b7f7029..088801b9c47f 100755 --- a/barretenberg/bbup/bootstrap.sh +++ b/barretenberg/bbup/bootstrap.sh @@ -14,6 +14,7 @@ function test_cmds { echo -e "$hash barretenberg/bbup/run_test.sh 0.72.1" fi echo -e "$hash barretenberg/bbup/run_test.sh 0.77.1" + echo -e "$hash barretenberg/bbup/run_test.sh v3.0.0-nightly.20250916" } # This is not called in ci. It is just for a developer to run the tests. From 5fe8c527851105c00b39c7e39ec0b2ffcb505ec1 Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Tue, 16 Sep 2025 18:01:05 +0000 Subject: [PATCH 2/4] . --- barretenberg/bbup/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/barretenberg/bbup/bootstrap.sh b/barretenberg/bbup/bootstrap.sh index 088801b9c47f..2a27a7d80c36 100755 --- a/barretenberg/bbup/bootstrap.sh +++ b/barretenberg/bbup/bootstrap.sh @@ -14,6 +14,7 @@ function test_cmds { echo -e "$hash barretenberg/bbup/run_test.sh 0.72.1" fi echo -e "$hash barretenberg/bbup/run_test.sh 0.77.1" + echo -e "$hash barretenberg/bbup/run_test.sh v2.0.0-rc.32" echo -e "$hash barretenberg/bbup/run_test.sh v3.0.0-nightly.20250916" } From a5965354ca7eb537a9ee6c15fb5ad02a405d380e Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Tue, 16 Sep 2025 20:48:19 +0100 Subject: [PATCH 3/4] Update barretenberg/bbup/bootstrap.sh Co-authored-by: ludamad --- barretenberg/bbup/bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/barretenberg/bbup/bootstrap.sh b/barretenberg/bbup/bootstrap.sh index 2a27a7d80c36..b86d7b7910df 100755 --- a/barretenberg/bbup/bootstrap.sh +++ b/barretenberg/bbup/bootstrap.sh @@ -14,7 +14,8 @@ function test_cmds { echo -e "$hash barretenberg/bbup/run_test.sh 0.72.1" fi echo -e "$hash barretenberg/bbup/run_test.sh 0.77.1" - echo -e "$hash barretenberg/bbup/run_test.sh v2.0.0-rc.32" + echo -e "$hash barretenberg/bbup/run_test.sh 2.0.0-rc.32" + echo -e "$hash barretenberg/bbup/run_test.sh 3.0.0-nightly.20250916" echo -e "$hash barretenberg/bbup/run_test.sh v3.0.0-nightly.20250916" } From f71e20db11e826ffe584e1d93db1319144546791 Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Tue, 16 Sep 2025 20:48:35 +0100 Subject: [PATCH 4/4] Update barretenberg/bbup/bootstrap.sh Co-authored-by: ludamad --- barretenberg/bbup/bootstrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/barretenberg/bbup/bootstrap.sh b/barretenberg/bbup/bootstrap.sh index b86d7b7910df..ee8f3ddaa19c 100755 --- a/barretenberg/bbup/bootstrap.sh +++ b/barretenberg/bbup/bootstrap.sh @@ -16,7 +16,6 @@ function test_cmds { echo -e "$hash barretenberg/bbup/run_test.sh 0.77.1" echo -e "$hash barretenberg/bbup/run_test.sh 2.0.0-rc.32" echo -e "$hash barretenberg/bbup/run_test.sh 3.0.0-nightly.20250916" - echo -e "$hash barretenberg/bbup/run_test.sh v3.0.0-nightly.20250916" } # This is not called in ci. It is just for a developer to run the tests.