Skip to content

Commit

Permalink
Docker: remove environment variable CC_armebv7r_none_eabi
Browse files Browse the repository at this point in the history
`cc-rs` take care of selecting the tool-chain, so this ENV variable
can be safely removed.
  • Loading branch information
paoloteti committed May 26, 2019
1 parent dc6db14 commit 6e4c12c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ci/docker/dist-various-1/Dockerfile
Expand Up @@ -126,7 +126,6 @@ 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_armebv7r_none_eabi=arm-none-eabi-gcc \
CC_thumbv7neon_unknown_linux_gnueabihf=arm-linux-gnueabihf-gcc \
AR_thumbv7neon_unknown_linux_gnueabihf=arm-linux-gnueabihf-ar \
CXX_thumbv7neon_unknown_linux_gnueabihf=arm-linux-gnueabihf-g++
Expand Down

0 comments on commit 6e4c12c

Please sign in to comment.