Add more debugging prints
This commit is contained in:
1
.github/scripts/check-commit.sh
vendored
1
.github/scripts/check-commit.sh
vendored
@@ -9,7 +9,6 @@ set -ex
|
|||||||
SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )"
|
SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )"
|
||||||
source $SCRIPT_DIR/defaults.sh
|
source $SCRIPT_DIR/defaults.sh
|
||||||
|
|
||||||
# enter bhd repo
|
|
||||||
cd $LOCAL_CHIPYARD_DIR
|
cd $LOCAL_CHIPYARD_DIR
|
||||||
|
|
||||||
# ignore the private vlsi submodules
|
# ignore the private vlsi submodules
|
||||||
|
|||||||
@@ -107,10 +107,14 @@ cd "$CHIPYARD_DIR"
|
|||||||
_unskip() { git config --local --unset-all "submodule.${1}.update" || : ; }
|
_unskip() { git config --local --unset-all "submodule.${1}.update" || : ; }
|
||||||
|
|
||||||
trap 'git_submodule_exclude _unskip' EXIT INT TERM
|
trap 'git_submodule_exclude _unskip' EXIT INT TERM
|
||||||
|
set -x
|
||||||
git_submodule_exclude _skip
|
git_submodule_exclude _skip
|
||||||
git submodule update --init --recursive #--jobs 8
|
git submodule update --init --recursive #--jobs 8
|
||||||
|
set +x
|
||||||
)
|
)
|
||||||
|
|
||||||
|
set -x
|
||||||
|
|
||||||
# Non-recursive clone to exclude riscv-linux
|
# Non-recursive clone to exclude riscv-linux
|
||||||
git submodule update --init generators/sha3
|
git submodule update --init generators/sha3
|
||||||
|
|
||||||
@@ -125,6 +129,8 @@ git config --local submodule.sims/firesim.update none
|
|||||||
# Only shallow clone needed for basic SW tests
|
# Only shallow clone needed for basic SW tests
|
||||||
git submodule update --init software/firemarshal
|
git submodule update --init software/firemarshal
|
||||||
|
|
||||||
|
set +x
|
||||||
|
|
||||||
# Configure firemarshal to know where our firesim installation is
|
# Configure firemarshal to know where our firesim installation is
|
||||||
if [ ! -f ./software/firemarshal/marshal-config.yaml ]; then
|
if [ ! -f ./software/firemarshal/marshal-config.yaml ]; then
|
||||||
echo "firesim-dir: '../../sims/firesim/'" > ./software/firemarshal/marshal-config.yaml
|
echo "firesim-dir: '../../sims/firesim/'" > ./software/firemarshal/marshal-config.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user