Update setup scripts
This commit is contained in:
@@ -7,8 +7,10 @@ set -o pipefail
|
|||||||
|
|
||||||
RDIR=$(pwd)
|
RDIR=$(pwd)
|
||||||
scripts_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
scripts_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||||
sims_dir=$(scripts_dir)/../sims/
|
sims_dir=$scripts_dir/../sims/
|
||||||
|
|
||||||
|
# Reenable the FireSim submodule
|
||||||
|
git config --unset submodule.sims/firesim.update || true
|
||||||
cd $sims_dir
|
cd $sims_dir
|
||||||
git submodule update --init firesim
|
git submodule update --init firesim
|
||||||
cd firesim
|
cd firesim
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ RDIR=$(pwd)
|
|||||||
git config --global submodule.riscv-tools.update none
|
git config --global submodule.riscv-tools.update none
|
||||||
git config --global submodule.esp-tools.update none
|
git config --global submodule.esp-tools.update none
|
||||||
git config --global submodule.experimental-blocks.update none
|
git config --global submodule.experimental-blocks.update none
|
||||||
|
# Disable updates to the FireSim submodule until explicitly requested
|
||||||
|
git config submodule.sims/firesim.update none
|
||||||
git submodule update --init --recursive #--jobs 8
|
git submodule update --init --recursive #--jobs 8
|
||||||
# unignore riscv-tools,catapult-shell2 globally
|
# unignore riscv-tools,catapult-shell2 globally
|
||||||
git config --global --unset submodule.riscv-tools.update
|
git config --global --unset submodule.riscv-tools.update
|
||||||
|
|||||||
Reference in New Issue
Block a user