Use effective-path branch of unipi
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This is only temporary in order to test the proposed change.
This commit is contained in:
parent
f1e305ad41
commit
9d6011243c
|
@ -4,7 +4,7 @@ RUN sudo apt update && ( cd opam-repository && git pull origin master ) && opam
|
||||||
opam install 'mirage>4' && \
|
opam install 'mirage>4' && \
|
||||||
eval $(opam env) && \
|
eval $(opam env) && \
|
||||||
git clone https://github.com/roburio/unipi.git && \
|
git clone https://github.com/roburio/unipi.git && \
|
||||||
( cd unipi && mirage configure -t spt && make ) && \
|
( cd unipi && git checkout effective-path && mirage configure -t spt && make ) && \
|
||||||
{ bindir="$(opam var bin)"; cp $bindir/solo5-elftool $bindir/solo5-spt ~/; }
|
{ bindir="$(opam var bin)"; cp $bindir/solo5-elftool $bindir/solo5-spt ~/; }
|
||||||
|
|
||||||
FROM ubuntu:20.04
|
FROM ubuntu:20.04
|
||||||
|
|
Loading…
Reference in a new issue