Add qemu to CI rules for rebuilding toolchain

This commit is contained in:
Nathan Pemberton
2019-10-06 19:13:40 -04:00
parent e0b4f21ce6
commit c7cba24bf6

View File

@@ -15,7 +15,7 @@ cd $LOCAL_CHIPYARD_DIR
# Use normalized output of git-submodule status as hashfile
for tools in 'riscv-tools' 'esp-tools' ; do
git submodule status "toolchains/${tools}" | while read -r line ; do
git submodule status "toolchains/${tools}" "toolchains/qemu" | while read -r line ; do
echo "${line#[!0-9a-f]}"
done > "${HOME}/${tools}.hash"
done