mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-25 08:58:14 +00:00
legacy: fix emulator bitcoin only build
This commit is contained in:
parent
5b3427a21d
commit
f40d926d16
11
ci/build.yml
11
ci/build.yml
@ -94,5 +94,12 @@ build legacy emu:
|
|||||||
untracked: true
|
untracked: true
|
||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
|
|
||||||
|
build legacy emu bitcoinonly:
|
||||||
|
stage: build
|
||||||
|
variables:
|
||||||
|
BITCOIN_ONLY: "1"
|
||||||
|
DEBUG_LINK: "1"
|
||||||
|
EMULATOR: "1"
|
||||||
|
script:
|
||||||
|
- cd legacy
|
||||||
|
- pipenv run script/cibuild
|
||||||
|
@ -26,11 +26,8 @@ OBJS += reset.o
|
|||||||
OBJS += signing.o
|
OBJS += signing.o
|
||||||
OBJS += crypto.o
|
OBJS += crypto.o
|
||||||
|
|
||||||
ifneq ($(U2F_ENABLED),0)
|
|
||||||
OBJS += u2f.o
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq ($(BITCOIN_ONLY),1)
|
ifneq ($(BITCOIN_ONLY),1)
|
||||||
|
OBJS += u2f.o
|
||||||
OBJS += ethereum.o
|
OBJS += ethereum.o
|
||||||
OBJS += ethereum_tokens.o
|
OBJS += ethereum_tokens.o
|
||||||
OBJS += lisk.o
|
OBJS += lisk.o
|
||||||
|
Loading…
Reference in New Issue
Block a user