Move RISCV env. var. setting interal to scripts

This commit is contained in:
abejgonzalez
2021-10-07 19:42:50 -07:00
parent 1fb1350557
commit 26d1731bd9
4 changed files with 12 additions and 7 deletions

View File

@@ -13,6 +13,10 @@ source $SCRIPT_DIR/defaults.sh
# call clean on exit
trap clean EXIT
export RISCV="$GITHUB_WORKSPACE/riscv-tools-install"
export LD_LIBRARY_PATH="$RISCV/lib"
export PATH="$RISCV/bin:$PATH"
# Directory locations for handling firesim-local installations of libelf/libdwarf
# This would generally be handled by build-setup.sh/firesim-setup.sh
firesim_sysroot=lib-install