From cf4e383805bc7b63cd85474e2befb7e0ca2d244c Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Wed, 10 Jul 2019 21:52:00 -0700 Subject: [PATCH] update esp tools to local dir --- .circleci/run-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/run-tests.sh b/.circleci/run-tests.sh index 445278ee..0f6ef18f 100755 --- a/.circleci/run-tests.sh +++ b/.circleci/run-tests.sh @@ -41,8 +41,8 @@ case $1 in run_bmark ${mapping[$1]} ;; hwacha) - export RISCV=$REMOTE_ESP_DIR - export LD_LIBRARY_PATH=$REMOTE_ESP_DIR/lib + export RISCV=$LOCAL_ESP_DIR + export LD_LIBRARY_PATH=$LOCAL_ESP_DIR/lib make run-rv64uv-p-asm-tests-fst -C $LOCAL_SIM_DIR VERILATOR_INSTALL_DIR=$LOCAL_VERILATOR_DIR ${mapping[$1]} ;; *)