Skip to content

Commit

Permalink
Update grlib version (fix #170)
Browse files Browse the repository at this point in the history
Updates grlib version used by upstream dependency
Update Dockerfile ENV key format
  • Loading branch information
Bckempa committed Aug 22, 2024
1 parent ad020b8 commit 61ff814
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 61ff814

Please sign in to comment.