emulator: Removing useless build and install

This commit is contained in:
Karel Bilek 2018-02-19 02:31:41 +01:00 committed by Pavol Rusnak
parent a48dcac07d
commit 9b09375713
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ FROM debian:9
RUN dpkg --add-architecture i386 && \
apt-get update && \
apt-get install -y \
build-essential curl unzip git python3 python3-pip gcc-arm-none-eabi libnewlib-arm-none-eabi \
build-essential curl unzip git python3 python3-pip \
libsdl2-dev:i386 libsdl2-image-dev:i386 gcc-multilib
ENV PROTOBUF_VERSION=3.4.0

View File

@ -11,7 +11,6 @@ docker run -t -v $(pwd)/build:/build:z $IMAGE /bin/sh -c "\
cd trezor-mcu && \
git checkout $TAG && \
git submodule update --init && \
make -C vendor/libopencm3 && \
make -C vendor/nanopb/generator/proto && \
make -C firmware/protob && \
EMULATOR=1 make && \