Tags: ruyisdk/riscv-gnu-toolchain-rv64ilp32
Tags
CI/CD: Bump upload-artifact to v4 We recently updated the download-artifact action to v4, because earlier versions were deprecated and stopped working. Now we ran into the situation, that the release pipeline broke, because no toolchains are found by the download-artifact action ("Found 0 artifact(s)" although all toolchain builds succeeded and the resulting toolchain was successfully archived and uploaded). Looking into the documention of download-artifact@v4 shows the issue: One of the breaking changes of download-artifact@v4 is "Downloading artifacts that were created from action/upload-artifact@v3 and below are not supported." ([1]). Our pipeline uses upload-artifact@v3, which is why they are not found later on. Let's bump the upload-artifact action to v4 so that download-artifact@v4 will find the built artifacts again. [1] https://github.com/actions/download-artifact?tab=readme-ov-file#v4---whats-new Signed-off-by: Christoph Müllner <[email protected]> Signed-off-by: Han Gao <[email protected]>
fix:build demo failure in release Signed-off-by: Han Gao <[email protected]>
sync: rv64ilp32_linux: Remove fio test in test.sh Signed-off-by: Han Gao <[email protected]>
sync: binutils: fix relocation truncated to fit: R_RISCV_PCREL_HI20 Signed-off-by: Han Gao <[email protected]>
chore: use submodule linux binary instead of download Signed-off-by: Han Gao <[email protected]>
chore: update usage in readme Signed-off-by: Han Gao <[email protected]>
chore: update readme for 2024.02.22 toolchains Signed-off-by: Han Gao <[email protected]>
PreviousNext