From 0b27c9f37e0ccb38e8bdb0e1c601839787a11178 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Fri, 11 Feb 2022 19:49:09 +0000 Subject: [PATCH] Fix CI for --skip-validate in init-submodules --- .github/scripts/remote-do-rtl-build.sh | 2 +- .github/scripts/remote-run-firesim-scala-tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/remote-do-rtl-build.sh b/.github/scripts/remote-do-rtl-build.sh index a5268288..1f4251b1 100755 --- a/.github/scripts/remote-do-rtl-build.sh +++ b/.github/scripts/remote-do-rtl-build.sh @@ -15,7 +15,7 @@ SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )" source $SCRIPT_DIR/defaults.sh cd $REMOTE_CHIPYARD_DIR -./scripts/init-submodules-no-riscv-tools.sh +./scripts/init-submodules-no-riscv-tools.sh --skip-validate ./scripts/init-fpga.sh TOOLS_DIR=$REMOTE_RISCV_DIR diff --git a/.github/scripts/remote-run-firesim-scala-tests.sh b/.github/scripts/remote-run-firesim-scala-tests.sh index 732cb59d..6fe52586 100755 --- a/.github/scripts/remote-run-firesim-scala-tests.sh +++ b/.github/scripts/remote-run-firesim-scala-tests.sh @@ -18,7 +18,7 @@ export PATH="$RISCV/bin:$PATH" # This would generally be handled by build-setup.sh/firesim-setup.sh REMOTE_FIRESIM_SYSROOT=$REMOTE_FIRESIM_DIR/lib-install -./scripts/init-submodules-no-riscv-tools.sh +./scripts/init-submodules-no-riscv-tools.sh --skip-validate cd $REMOTE_CHIPYARD_DIR/sims/firesim/sim/firesim-lib/src/main/cc/lib git submodule update --init elfutils libdwarf cd $REMOTE_CHIPYARD_DIR/sims/firesim