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
ci: drop apt install in riscv64-release-test job (RISE runner has no …
…dpkg state) (#8)
* ci: drop apt install in riscv64-release-test job
The RISE ubuntu-24.04-riscv runner has no dpkg admin directory,
so any apt-get install exits 100 before the build starts. This
mirrors the fix applied to build.yml in the previous commit.
Drop apt-get update/install and pass -DLLAMA_OPENSSL=OFF to cmake
so libssl-dev is not required.
Signed-off-by: Bruno Verachten <[email protected]>
* ci: remove trailing backslash and blank line in cmake command
Signed-off-by: Bruno Verachten <[email protected]>
---------
Signed-off-by: Bruno Verachten <[email protected]>