Skip to content

Commit e21bf1b

Browse files
author
AztecBot
committed
Merge branch 'next' into merge-train/barretenberg
2 parents b19a5b5 + e2cbb48 commit e21bf1b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

barretenberg/cpp/bootstrap.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ function test_cmds_native {
267267

268268
# The pinned IVC inputs / VKs live in the public repo; the private fork
269269
# carries divergent circuits so the check is expected to fail there.
270-
if [[ "${GITHUB_REPOSITORY,,}" != "aztecprotocol/aztec-packages-private" ]]; then
270+
local github_repository="${GITHUB_REPOSITORY:-}"
271+
if [[ "${github_repository,,}" != "aztecprotocol/aztec-packages-private" ]]; then
271272
echo "$hash barretenberg/cpp/scripts/test_chonk_standalone_vks_havent_changed.sh"
272273
fi
273274
}

0 commit comments

Comments
 (0)