Skip to content

Commit 66e3569

Browse files
committed
ci: clean unregistered abc repo in tools/yosys
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent 52c4472 commit 66e3569

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build_openroad.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,11 @@ __cleanup()
357357
fi
358358
echo "[INFO FLW-0026] Cleaning up previous binaries and build files."
359359
git clean ${CLEAN_CMD} tools
360+
YOSYS_ABC_PATH="tools/yosys/abc"
361+
if [[ -d "${YOSYS_ABC_PATH}" ]]; then
362+
echo "Entering '${YOSYS_ABC_PATH}'"
363+
git --work-tree=${YOSYS_ABC_PATH} --git-dir=${YOSYS_ABC_PATH}/.git clean ${CLEAN_CMD}
364+
fi
360365
git submodule foreach --recursive git clean ${CLEAN_CMD}
361366
}
362367

0 commit comments

Comments
 (0)