tari-project / tari

The Tari protocol
https://tari.com
BSD 3-Clause "New" or "Revised" License
339 stars 210 forks source link

chore: fix build by make ledger type optional #6350

Closed SWvheerden closed 2 months ago

SWvheerden commented 2 months ago

Description

Some packages are build for non std targets. The ledger libraries cannot be built for them. This PR makes sure that ledger stuff is optional for this.

github-actions[bot] commented 2 months ago

Test Results (Integration tests)

 2 files  + 2  11 suites  +11   22m 47s :stopwatch: + 22m 47s 33 tests +33  32 :white_check_mark: +32  0 :zzz: ±0  1 :x: +1  34 runs  +34  33 :white_check_mark: +33  0 :zzz: ±0  1 :x: +1 

For more details on these failures, see this check.

Results for commit c5086824. ± Comparison against base commit 82f0d6af.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 2 months ago

Test Results (CI)

    3 files    112 suites   38m 50s :stopwatch: 1 273 tests 1 272 :white_check_mark: 0 :zzz: 1 :x: 3 676 runs  3 675 :white_check_mark: 0 :zzz: 1 :x:

For more details on these failures, see this check.

Results for commit c5086824.

:recycle: This comment has been updated with latest results.

leet4tari commented 2 months ago

Run a build-all in local fork and all seems good.