You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Rootfs] Add GCC 14.2 and make it default for riscv64 (#403)
* [Rootfs] Add GCC 14.2 and make it default for riscv64
GCC 14 has support for the RISV-V Vector Extension 1.0 (RVV1.0), which is
important for packages like OpenBLAS. `riscv64` is still niche enough that it's
OK to use a more recent, but also more capable, version of GCC as default one.
* [CI] Downgrade runner image to Ubuntu 22.04 to avoid problems
* Add gcc 14 toolchain for riscv64-linux-musl
0 commit comments