Skip to content

Commit dd04a74

Browse files
authored
chore: update toolchain for GitPod (#27)
1 parent 776cc2b commit dd04a74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gitpod/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ RUN apt-get update && \
1818
gawk && \
1919
rm -rf /var/lib/apt/lists/*
2020

21-
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 - \
22-
| tar -xj -C /opt
21+
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 - \
22+
| tar -xJ -C /opt
2323

2424
USER gitpod
2525

@@ -30,7 +30,7 @@ RUN python3 -m pip install -U pip setuptools \
3030
pillow \
3131
lz4
3232

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

3535
VOLUME ["/src"]
3636

0 commit comments

Comments
 (0)