Skip to content

Tags: ruyisdk/riscv-gnu-toolchain-rv64ilp32

Tags

2025.01.16

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]>

2024.07.25

Update script name to qemu-riscv64ilp32.

2024.06.25

Update git modules.

2024.06.24

Update gdb part.

2024.05.23

fix:build demo failure in release

Signed-off-by: Han Gao <[email protected]>

2024.03.08

sync: rv64ilp32_linux: Remove fio test in test.sh

Signed-off-by: Han Gao <[email protected]>

2024.03.04

sync: binutils: fix relocation truncated to fit: R_RISCV_PCREL_HI20

Signed-off-by: Han Gao <[email protected]>

2024.02.25

chore: use submodule linux binary instead of download

Signed-off-by: Han Gao <[email protected]>

2024.02.23

chore: update usage in readme

Signed-off-by: Han Gao <[email protected]>

2024.02.22

chore: update readme for 2024.02.22 toolchains

Signed-off-by: Han Gao <[email protected]>