Updated to ARM release 12.3.rel1
continuous-integration/drone/push Build is failing Details

Signed-off-by: Yilin Sun <imi415@imi.moe>
This commit is contained in:
Yilin Sun 2023-08-03 14:54:06 +08:00
parent 3a30a10c06
commit 9e01756e67
2 changed files with 9 additions and 7 deletions

View File

@ -25,4 +25,4 @@ steps:
- name: Push
commands:
- docker push git.minori.work/embedded_sdk/embedded-builder-arm:latest
- docker push git.minori.work/embedded_sdk/embedded-builder-arm:12.2.mpacbti-rel1
- docker push git.minori.work/embedded_sdk/embedded-builder-arm:12.3.rel1

View File

@ -1,18 +1,20 @@
# syntax=docker/dockerfile:1-labs
FROM python:3-bullseye
ENV TOOLCHAIN_VERSION="12.2.mpacbti-rel1"
ENV TOOLCHAIN_VERSION="12.3.rel1"
ADD --checksum=sha256:17455a06c816031cc2c66243c117cba48463cd6a3a3fdfac7275b4e9c40eb314 \
# ARM GNU Toolchain
ADD --checksum=sha256:12a2815644318ebcceaf84beabb665d0924b6e79e21048452c5331a56332b309 \
https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu/${TOOLCHAIN_VERSION}/binrel/arm-gnu-toolchain-${TOOLCHAIN_VERSION}-x86_64-arm-none-eabi.tar.xz \
/opt/toolchain.tar.xz
RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential cmake xz-utils clang cppcheck clang-tidy
RUN tar -xf /opt/toolchain.tar.xz --strip-components 1 -C /usr/local
RUN rm /opt/toolchain.tar.xz
# Install CMake and CodeChecker
RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential cmake xz-utils clang cppcheck clang-tidy
RUN pip install codechecker