From 549c13c13fab17d9ce316fe6917cb91173d9774e Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:33:40 +0000 Subject: [PATCH] chore: update path to acir artifacts (#3426) This PR updates the path to the acir artifacts to match https://github.com/noir-lang/noir/pull/3485 --- acir_tests/clone_test_vectors.sh | 6 +++--- acir_tests/gen_inner_proof_inputs.sh | 4 ++-- acir_tests/run_acir_tests.sh | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/acir_tests/clone_test_vectors.sh b/acir_tests/clone_test_vectors.sh index 639c2a29b0..c502336999 100755 --- a/acir_tests/clone_test_vectors.sh +++ b/acir_tests/clone_test_vectors.sh @@ -10,10 +10,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 tooling/nargo_cli/tests/acir_artifacts + git sparse-checkout set test_programs/acir_artifacts git checkout cd .. - mv noir/tooling/nargo_cli/tests/acir_artifacts acir_tests + mv noir/test_programs/acir_artifacts acir_tests rm -rf noir fi -fi \ No newline at end of file +fi diff --git a/acir_tests/gen_inner_proof_inputs.sh b/acir_tests/gen_inner_proof_inputs.sh index 759f077cd4..3082548dfb 100755 --- a/acir_tests/gen_inner_proof_inputs.sh +++ b/acir_tests/gen_inner_proof_inputs.sh @@ -5,7 +5,7 @@ set -eu BIN=${BIN:-../cpp/build/bin/bb} CRS_PATH=~/.bb-crs -BRANCH=master +BRANCH=tf/restructure-integration-tests VERBOSE=${VERBOSE:-} RECURSIVE=true PROOF_NAME="proof_a" @@ -42,4 +42,4 @@ echo "Write proof as fields for recursion..." $BIN proof_as_fields $VFLAG -c $CRS_PATH -p "./proofs/$PROOF_NAME" cat ./proofs/${PROOF_NAME}_fields.json -echo \ No newline at end of file +echo diff --git a/acir_tests/run_acir_tests.sh b/acir_tests/run_acir_tests.sh index 9ede9fbd4e..82c2ff28f9 100755 --- a/acir_tests/run_acir_tests.sh +++ b/acir_tests/run_acir_tests.sh @@ -13,7 +13,7 @@ trap handle_sigchild SIGCHLD BIN=${BIN:-../cpp/build/bin/bb} FLOW=${FLOW:-prove_and_verify} CRS_PATH=~/.bb-crs -BRANCH=master +BRANCH=tf/restructure-integration-tests VERBOSE=${VERBOSE:-} TEST_NAMES=("$@") # We get little performance benefit over 16 cores (in fact it can be worse). @@ -89,4 +89,4 @@ fi wait # Check for parallel errors -check_error_file \ No newline at end of file +check_error_file