Open
Description
Linked to #298
Root access
Currently for make install
, we require write access to /opt
which is root-only
Lines 2 to 3 in 546ab19
Lines 23 to 24 in 546ab19
Instead we should:
- test if
riscv32-unknown-elf-gcc
is in PATH - if not install it in
$HOME/.local/bin
following Freedesktop XDG specification (https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html). Or decide to have our own environment like$HOME/raiko/bin
. - Add the location to $PATH in Github Action script
Assumes running in Github Action
The SP1 part is assuming /home/runner
and $GITHUB_PATH
which are Github Action specific.
Lines 50 to 64 in 546ab19
Metadata
Metadata
Assignees
Labels
No labels