Skip to content

Commit

Permalink
fixup! ci: install just arm-eabi toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
saty9 committed Apr 26, 2024
1 parent c90bb20 commit 87accba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ RUN if [ "${HOSTTYPE}" = "x86_64" ]; then \

# Removed BSIM (babblesim pyhsical medium simulator for testing radio protocols)

# Install cargo environment
RUN wget -q -O- "https://sh.rustup.rs" | sh -s -- -y
# Removed install cargo environment it wasnt added to path and was just used to install uefi-run

# Removed uefi-run utility (runs efi files in qemu)

Expand All @@ -77,7 +76,7 @@ RUN mkdir -p /opt/toolchains && \
wget ${WGET_ARGS} https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${ZSDK_VERSION}/zephyr-sdk-${ZSDK_VERSION}_linux-${HOSTTYPE}_minimal.tar.xz && \
tar xf zephyr-sdk-${ZSDK_VERSION}_linux-${HOSTTYPE}_minimal.tar.xz && \
cat zephyr-sdk-${ZSDK_VERSION}/setup.sh && \
zephyr-sdk-${ZSDK_VERSION}/setup.sh -t arm-zephyr-eabi -c && \
zephyr-sdk-${ZSDK_VERSION}/setup.sh -t arm-zephyr-eabi -c -h && \
rm zephyr-sdk-${ZSDK_VERSION}_linux-${HOSTTYPE}_minimal.tar.xz

# removed FVP (virtual arm platforms)
Expand Down

0 comments on commit 87accba

Please sign in to comment.