diff options
| author | 2022-01-20 17:36:45 +0700 | |
|---|---|---|
| committer | 2022-01-20 17:36:45 +0700 | |
| commit | 33d52b5770c54f485df8d23c62fdf2637b4bee43 (patch) | |
| tree | 7a8984320ceeda4078315d83c659fd7e275b40af /docker/Dockerfile.armv7-unknown-linux-gnueabihf | |
| parent | 424e1d3fda3c9e1764b567a3b05d33a9ed589fda (diff) | |
| download | iced-33d52b5770c54f485df8d23c62fdf2637b4bee43.tar.gz iced-33d52b5770c54f485df8d23c62fdf2637b4bee43.tar.bz2 iced-33d52b5770c54f485df8d23c62fdf2637b4bee43.zip | |
Move files in `docker` directory to `iced-rs/docker` repository
Diffstat (limited to '')
| -rw-r--r-- | docker/Dockerfile.armv7-unknown-linux-gnueabihf | 31 | 
1 files changed, 0 insertions, 31 deletions
| diff --git a/docker/Dockerfile.armv7-unknown-linux-gnueabihf b/docker/Dockerfile.armv7-unknown-linux-gnueabihf deleted file mode 100644 index 35008acd..00000000 --- a/docker/Dockerfile.armv7-unknown-linux-gnueabihf +++ /dev/null @@ -1,31 +0,0 @@ -FROM debian:buster - -RUN dpkg --add-architecture armhf && \  -    apt-get update && \ -    apt-get install --assume-yes \ -    curl \ -    build-essential \ -    cmake \ -    g++-arm-linux-gnueabihf \ -    git \ -    pkg-config \ -    libdbus-1-dev:armhf \ -    libudev-dev:armhf \ -    libxkbcommon-dev:armhf \ -    libfontconfig1-dev:armhf - -RUN curl https://sh.rustup.rs -sSf | sh -s -- -y \ -    --default-toolchain stable \ -    --no-modify-path \ -    --profile minimal - -ENV RUSTUP_HOME=/root/.rustup \ -    CARGO_HOME=/root/.cargo \ -    PATH=/root/.cargo/bin:$PATH \ -    PKG_CONFIG_ALLOW_CROSS=1 \ -    PKG_CONFIG_PATH=/usr/lib/arm-linux-gnueabihf/pkgconfig \ -    CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER=arm-linux-gnueabihf-gcc \ -    CC_armv7_unknown_linux_gnueabihf=arm-linux-gnueabihf-gcc \ -    RUST_TEST_THREADS=1     - -RUN rustup target add armv7-unknown-linux-gnueabihf
\ No newline at end of file | 
