Skip to content

Commit

Permalink
Merge pull request #200 from LedgerHQ/fbe/v2_of_bitcoin_nanos_being_s…
Browse files Browse the repository at this point in the history
…eparate

Fbe/v2 of bitcoin nanos being separate
  • Loading branch information
fbeutin-ledger authored Jun 27, 2024
2 parents 23282c4 + 3d23936 commit 8be8d7e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/reusable_swap_functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,8 @@ jobs:
# Set the coin variant to build with COIN or CHAIN depending on the app + flags for ETH compilation
# As a rule of thumb we don't care about giving unexisting flags to other apps, it has no effect
flags: "COIN=${{ matrix.coin.name }} CHAIN=${{ matrix.coin.name }} CAL_TEST_KEY=1 DOMAIN_NAME_TEST_KEY=1 SET_PLUGIN_TEST_KEY=1 NFT_TEST_KEY=1"
upload_app_binaries_artifact: libraries_binaries-${{ matrix.coin.name }}-${{ matrix.coin.branch }}
upload_app_binaries_artifact: libraries_binaries-${{ matrix.coin.name }}-${{ strategy.job-index }}
upload_as_lib_artifact: ${{ matrix.coin.name }}
# Bitcoin has two branches depending on the device, use ternary expression to run nanos or nanox
run_for_devices: ${{ matrix.coin.name != 'bitcoin' && '["nanos", "nanox", "nanosp", "stax"]' || matrix.coin.branch == inputs.branch_for_bitcoin_nanos && '["nanos"]' || '["nanox", "nanosp", "stax"]' }}

merge_libraries_build:
name: Merge built libraries
Expand Down

0 comments on commit 8be8d7e

Please sign in to comment.