Skip to content

Commit e2e72cc

Browse files
committed
fix docker build for the armebv7r-none-eabi target
1 parent a597b6a commit e2e72cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/docker/dist-various-1/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ ENV TARGETS=$TARGETS,armv7r-none-eabihf
111111
ENV CC_mipsel_unknown_linux_musl=mipsel-openwrt-linux-gcc \
112112
CC_mips_unknown_linux_musl=mips-openwrt-linux-gcc \
113113
CC_sparc64_unknown_linux_gnu=sparc64-linux-gnu-gcc \
114-
CC_x86_64_unknown_redox=x86_64-unknown-redox-gcc
114+
CC_x86_64_unknown_redox=x86_64-unknown-redox-gcc \
115+
CC_armebv7r_none_eabi=arm-none-eabi-gcc
115116

116117
ENV RUST_CONFIGURE_ARGS \
117118
--musl-root-armv5te=/musl-armv5te \

0 commit comments

Comments
 (0)