1
0
forked from me/IronOS

Merge pull request #637 from Ralim/update-compiler

Update to newest compiler from ARM
This commit is contained in:
Ben V. Brown
2020-05-30 13:55:41 +10:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -12,10 +12,10 @@ RUN apt-get update && \
bzip2 \
python3 \
wget && \
apt-get clean && \
wget -qO- https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/RC2.1/gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2 | tar -xj
apt-get clean
RUN wget -qO- https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/9-2020q2/gcc-arm-none-eabi-9-2020-q2-update-x86_64-linux.tar.bz2 | tar -xj
# Add compiler to the path
ENV PATH "/build/gcc-arm-none-eabi-9-2019-q4-major/bin:$PATH"
ENV PATH "/build/gcc-arm-none-eabi-9-2020-q2-update/bin:$PATH"
COPY . /build/source
COPY ./ci /build/ci

View File

@@ -1,4 +1,4 @@
version: '3'
version: "3"
services:
builder:
stdin_open: true