Merge pull request #552 from ucb-bar/no-midas-sub
Don't try to init nonexistent midas submodule
This commit is contained in:
@@ -59,11 +59,6 @@ git submodule update --init generators/sha3
|
|||||||
git config --unset submodule.sims/firesim.update
|
git config --unset submodule.sims/firesim.update
|
||||||
# Minimal non-recursive clone to initialize sbt dependencies
|
# Minimal non-recursive clone to initialize sbt dependencies
|
||||||
git submodule update --init sims/firesim
|
git submodule update --init sims/firesim
|
||||||
(
|
|
||||||
cd sims/firesim
|
|
||||||
# Initialize dependencies for MIDAS-level RTL simulation
|
|
||||||
git submodule update --init sim/midas
|
|
||||||
)
|
|
||||||
git config submodule.sims/firesim.update none
|
git config submodule.sims/firesim.update none
|
||||||
|
|
||||||
# Only shallow clone needed for basic SW tests
|
# Only shallow clone needed for basic SW tests
|
||||||
|
|||||||
Reference in New Issue
Block a user