Always checkout CIRCT/LLVM shallow
This commit is contained in:
@@ -49,13 +49,17 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
echo "Cloning CIRCT submodules"
|
echo "Cloning CIRCT"
|
||||||
(
|
(
|
||||||
cd $RDIR/tools
|
cd $RDIR/tools
|
||||||
git submodule update --init circt
|
git submodule update --init --progress circt
|
||||||
cd circt
|
)
|
||||||
|
echo "Cloning CIRCT/LLVM"
|
||||||
|
(
|
||||||
|
cd $RDIR/tools/circt
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git config submodule.llvm.shallow true
|
||||||
|
git submodule update --recommend-shallow --progress llvm
|
||||||
)
|
)
|
||||||
|
|
||||||
echo "Building CIRCT's LLVM/MLIR"
|
echo "Building CIRCT's LLVM/MLIR"
|
||||||
|
|||||||
Reference in New Issue
Block a user