Browse Source

Dockerfile.j2: remove dead code

Jeremy Lin 5 years ago
parent
commit
bbef332e25
1 changed files with 0 additions and 12 deletions
  1. 0 12
      docker/Dockerfile.j2

+ 0 - 12
docker/Dockerfile.j2

@@ -109,18 +109,6 @@ RUN apt-get update \
 ENV CARGO_HOME "/root/.cargo"
 ENV USER "root"
 
-{% elif "armv6" in target_file %}
-RUN apt-get update \
-    && apt-get install -y \
-        --no-install-recommends \
-        gcc-arm-linux-gnueabihf \
-    && mkdir -p ~/.cargo \
-    && echo '[target.armv7-unknown-linux-gnueabihf]' >> ~/.cargo/config \
-    && echo 'linker = "arm-linux-gnueabihf-gcc"' >> ~/.cargo/config
-
-ENV CARGO_HOME "/root/.cargo"
-ENV USER "root"
-
 {% elif "armv7" in target_file %}
 RUN apt-get update \
     && apt-get install -y \