Skip to content

Commit

Permalink
Merge pull request #5 from embox/add-riscv-crosscompiler
Browse files Browse the repository at this point in the history
Add risc-v crosscompiler
  • Loading branch information
AlekseyZhmulin authored Oct 17, 2023
2 parents 29c4c1b + ef002d1 commit 5abf327
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /var/lib/apt /var/cache/apt

## risc-v crosscompiler
RUN curl -k -L -s "https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.2.0-2019.05.3-x86_64-linux-ubuntu14.tar.gz" | \
tar -xzC /opt

# x86/test/fs nfs
RUN mkdir -p -m 777 /var/nfs_test
COPY exports /etc/
Expand Down

0 comments on commit 5abf327

Please sign in to comment.