Skip to content

Commit

Permalink
fix docker build for the armebv7r-none-eabi target
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Aug 26, 2018
1 parent a597b6a commit e2e72cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ci/docker/dist-various-1/Dockerfile
Expand Up @@ -111,7 +111,8 @@ ENV TARGETS=$TARGETS,armv7r-none-eabihf
ENV CC_mipsel_unknown_linux_musl=mipsel-openwrt-linux-gcc \
CC_mips_unknown_linux_musl=mips-openwrt-linux-gcc \
CC_sparc64_unknown_linux_gnu=sparc64-linux-gnu-gcc \
CC_x86_64_unknown_redox=x86_64-unknown-redox-gcc
CC_x86_64_unknown_redox=x86_64-unknown-redox-gcc \
CC_armebv7r_none_eabi=arm-none-eabi-gcc

ENV RUST_CONFIGURE_ARGS \
--musl-root-armv5te=/musl-armv5te \
Expand Down

0 comments on commit e2e72cc

Please sign in to comment.