X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Fbuild.yml;h=5b886e19bff5d440cdabb8441b4e4a9d17077fdb;hb=cab2ca8eeb6e8e4e75ad9227f440900ba9a787cb;hp=ebca7680f4414bc0cdf7565ff8c8bdffa8d59e7a;hpb=41d8d4d6b277b7919ea847ffcfcaea59471ba4ff;p=rust-lightning diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ebca7680..5b886e19 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,7 @@ on: [push, pull_request] jobs: build: strategy: + fail-fast: false matrix: platform: [ ubuntu-latest ] toolchain: [ stable, @@ -15,8 +16,8 @@ jobs: 1.41.0, # 1.45.2 is MSRV for lightning-net-tokio, lightning-block-sync, and coverage generation 1.45.2, - # 1.49.0 is MSRV for no_std builds using hashbrown - 1.49.0] + # 1.47.0 will be the MSRV for no_std builds using hashbrown once core2 is updated + 1.47.0] include: - toolchain: stable build-net-tokio: true @@ -40,8 +41,8 @@ jobs: build-net-tokio: true build-no-std: false coverage: true - - toolchain: 1.49.0 - build-no-std: true + - toolchain: 1.47.0 + build-no-std: false runs-on: ${{ matrix.platform }} steps: - name: Checkout source code