mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 20:11:00 +00:00
ci: fix bootloader_emu trying to link with ASAN
This commit is contained in:
parent
7e9aba63c8
commit
66e992540e
2
.github/workflows/core.yml
vendored
2
.github/workflows/core.yml
vendored
@ -124,7 +124,7 @@ jobs:
|
||||
submodules: recursive
|
||||
- uses: ./.github/actions/environment
|
||||
- run: nix-shell --run "poetry run make -C core build_bootloader_emu"
|
||||
if: matrix.coins == 'universal'
|
||||
if: matrix.coins == 'universal' && matrix.asan == 'noasan'
|
||||
- run: nix-shell --run "poetry run make -C core build_unix_frozen"
|
||||
- run: cp core/build/unix/trezor-emu-core core/build/unix/trezor-emu-core-${{ matrix.model }}-${{ matrix.coins }}
|
||||
- uses: actions/upload-artifact@v4
|
||||
|
Loading…
Reference in New Issue
Block a user