Skip to content

Commit 5e0b302

Browse files
committed
ci(core): build N4W1 PYOPT=0 emulators
Affects T3W1 model only. [no changelog]
1 parent 4d88fc4 commit 5e0b302

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127
TREZOR_MODEL: ${{ matrix.model }}
128128
BITCOIN_ONLY: ${{ matrix.coins == 'universal' && '0' || '1' }}
129129
PYOPT: ${{ matrix.type == 'debuglink' && '0' || '1' }}
130+
N4W1: ${{ matrix.type == 'debuglink' && '1' || '0' }}
130131
ADDRESS_SANITIZER: ${{ matrix.asan == 'asan' && '1' || '0' }}
131132
LSAN_OPTIONS: "suppressions=../../asan_suppressions.txt"
132133
QUIET_MODE: 1

0 commit comments

Comments
 (0)