From 858e699faff8ba3aa9dac85da132d85ed8665450 Mon Sep 17 00:00:00 2001 From: kevaundray Date: Mon, 11 Sep 2023 21:58:06 +0000 Subject: [PATCH 1/2] update url --- circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh b/circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh index 7b97f287385..e495580dd97 100755 --- a/circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh +++ b/circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh @@ -30,10 +30,10 @@ if [ ! -d acir_tests ]; then git clone -b $BRANCH --filter=blob:none --no-checkout https://github.com/noir-lang/noir.git cd noir git sparse-checkout init --cone - git sparse-checkout set crates/nargo_cli/tests/acir_artifacts + git sparse-checkout set tooling/nargo_cli/tests/acir_artifacts git checkout cd .. - mv noir/crates/nargo_cli/tests/acir_artifacts acir_tests + mv noir/tooling/nargo_cli/tests/acir_artifacts acir_tests rm -rf noir fi fi From ebd5b72ac0340b12d06c5637b56b839f996bfb4f Mon Sep 17 00:00:00 2001 From: kevaundray Date: Mon, 11 Sep 2023 22:22:25 +0000 Subject: [PATCH 2/2] Empty commit to trigger rebuild