Add qemu to CI rules for rebuilding toolchain
This commit is contained in:
@@ -15,7 +15,7 @@ cd $LOCAL_CHIPYARD_DIR
|
|||||||
|
|
||||||
# Use normalized output of git-submodule status as hashfile
|
# Use normalized output of git-submodule status as hashfile
|
||||||
for tools in 'riscv-tools' 'esp-tools' ; do
|
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]}"
|
echo "${line#[!0-9a-f]}"
|
||||||
done > "${HOME}/${tools}.hash"
|
done > "${HOME}/${tools}.hash"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user