mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-22 05:10:56 +00:00
emulator: Removing useless build and install
This commit is contained in:
parent
a48dcac07d
commit
9b09375713
@ -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
|
||||
|
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user