Bump firemarshal to not initialize linux by default. This bumps the sha3

generator to include the software workloads (moved from marshal). As a
result, the sha3 generator submodule is not initialized by default
(because it now has a copy of linux).
This commit is contained in:
Nathan Pemberton
2019-11-12 17:18:02 -05:00
parent 9f720e0cbd
commit 6ca1715b47
3 changed files with 7 additions and 2 deletions

View File

@@ -32,6 +32,9 @@ for name in toolchains/*/*/ ; do
done
git config submodule.toolchains/qemu.update none
# Don't automatically initialize generators with big submodules (e.g. linux source)
git config submodule.generators/sha3.update none
# Disable updates to the FireSim submodule until explicitly requested
git config submodule.sims/firesim.update none
# Disable updates to the hammer tool plugins repos
@@ -49,6 +52,8 @@ git config --unset submodule.vlsi/hammer-cadence-plugins.update
git config --unset submodule.vlsi/hammer-synopsys-plugins.update
git config --unset submodule.vlsi/hammer-mentor-plugins.update
git config --unset submodule.generators/sha3.update
if [ $NO_FIRESIM = false ]; then
echo "initializing firesim"
# Renable firesim and init only the required submodules to provide