Skip to content

Commit

Permalink
fixup! fixup! msp430-elf: switch to RIOT-OS/toolchains 9.2.0-9
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Feb 6, 2020
1 parent d41123c commit 421c61f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,7 @@ ARG RIOT_TOOLCHAIN_SUBDIR=${RIOT_TOOLCHAIN_GCCPKGVER}-${RIOT_TOOLCHAIN_TAG}

ARG MSP430_URL=https://github.com/RIOT-OS/toolchains/releases/download/${RIOT_TOOLCHAIN_SUBDIR}/riot-msp430-elf-${RIOT_TOOLCHAIN_GCCPKGVER}.tgz
RUN echo 'Installing RIOT MSP430 ELF toolchain' >&2 && \
echo ${MSP430_URL}/riot-msp430-elf-${RIOT_TOOLCHAIN_GCCPKGVER}.tgz \
wget -q ${MSP430_URL}/riot-msp430-elf-${RIOT_TOOLCHAIN_GCCPKGVER}.tgz -O- \
| tar -C /opt -xz
wget -q ${MSP430_URL} -O- | tar -C /opt -xz
ENV PATH $PATH:/opt/riot-toolchain/msp430-elf/${RIOT_TOOLCHAIN_GCCPKGVER}/bin

# install required python packages from file
Expand Down

0 comments on commit 421c61f

Please sign in to comment.