Skip to content

Commit

Permalink
chore: update toolchain for GitPod
Browse files Browse the repository at this point in the history
Continuation of #23, resolves #26
  • Loading branch information
pfeerick authored Jan 27, 2025
1 parent 776cc2b commit 4dfb963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gitpod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ RUN apt-get update && \
gawk && \
rm -rf /var/lib/apt/lists/*

RUN wget --quiet https://developer.arm.com/-/media/Files/downloads/gnu-rm/10-2020q4/gcc-arm-none-eabi-10-2020-q4-major-x86_64-linux.tar.bz2 -O - \
| tar -xj -C /opt
RUN wget --quiet https://developer.arm.com/-/media/Files/downloads/gnu/14.2.rel1/binrel/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi.tar.xz -O - \
| tar -xJ -C /opt

USER gitpod

Expand All @@ -30,7 +30,7 @@ RUN python3 -m pip install -U pip setuptools \
pillow \
lz4

ENV PATH=/opt/gcc-arm-none-eabi-10-2020-q4-major/bin/:${PATH}
ENV PATH=/opt/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/bin/:${PATH}

VOLUME ["/src"]

Expand Down

0 comments on commit 4dfb963

Please sign in to comment.