Skip to content

Commit

Permalink
Merge pull request #171 from space-ros/170-renode_rcc-failure-to-buil…
Browse files Browse the repository at this point in the history
…d-docker-image (#170)

Fix renode rcc build failure (close #170)
  • Loading branch information
EzraBrooks committed Sep 4, 2024
2 parents 91493e1 + 61ff814 commit 0c482ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renode_rcc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:20.04
WORKDIR /root
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

# Using Docker BuildKit cache mounts for /var/cache/apt and /var/lib/apt ensures that
# the cache won't make it into the built image but will be maintained between steps.
Expand Down Expand Up @@ -36,9 +36,9 @@ WORKDIR /root/renode-rtems-leon3
RUN ./build-rtems.sh
RUN ./build-prom.sh
RUN mv rcc-1.3.0-gcc/ /opt/renode/
RUN mv grlib-gpl-2021.2-b4267 /opt/renode/
RUN mv grlib-gpl-2024.1-b4291 /opt/renode/

ENV PATH $PATH:/opt/renode/rcc-1.3.0-gcc/bin
ENV PATH=$PATH:/opt/renode/rcc-1.3.0-gcc/bin

WORKDIR /root
COPY config .config/renode/
Expand Down

0 comments on commit 0c482ba

Please sign in to comment.