Do not check that chisel3 and firrtl submodule branches are whitelisted (#366)
Chisel3 and FIRRTL use release branches, which we track instead.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user