From 4d58321f1c374f4fd6b70233b090ff8c1d00dcc3 Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Fri, 13 Dec 2019 11:38:49 -0800 Subject: [PATCH] Do not check that chisel3 and firrtl submodule branches are whitelisted (#366) Chisel3 and FIRRTL use release branches, which we track instead. --- .circleci/check-commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/check-commit.sh b/.circleci/check-commit.sh index dbf2a718..9f8c701b 100755 --- a/.circleci/check-commit.sh +++ b/.circleci/check-commit.sh @@ -85,7 +85,7 @@ dir="software" branches=("master") search -submodules=("axe" "barstools" "chisel3" "firrtl" "torture" "dsptools" "chisel-testers" "treadle" "firrtl-interpreter") +submodules=("axe" "barstools" "torture" "dsptools" "chisel-testers" "treadle" "firrtl-interpreter") dir="tools" if [ "$CIRCLE_BRANCH" == "master" ] || [ "$CIRCLE_BRANCH" == "dev" ] then