From: Matt Corallo Date: Thu, 18 Feb 2021 20:04:07 +0000 (-0500) Subject: fuck linux X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=42ece63601ad2e9c5e81968a0a86f542ce00df95;p=rust-lightning fuck linux --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 71f1fcf8f..54bc99ec5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,29 +6,15 @@ jobs: build: strategy: matrix: - platform: [ ubuntu-latest ] - toolchain: [ stable, - beta, - # 1.30.0 is MSRV for Rust-Lightning - 1.30.0, - # 1.34.2 is Debian stable - 1.34.2, - # 1.45.2 is MSRV for lightning-net-tokio, lightning-block-sync, and coverage generation - 1.45.2] + platform: [ windows-latest ] + toolchain: [ stable ] include: - - toolchain: stable - build-net-tokio: true - toolchain: stable platform: macos-latest build-net-tokio: true - toolchain: stable platform: windows-latest build-net-tokio: true - - toolchain: beta - build-net-tokio: true - - toolchain: 1.45.2 - build-net-tokio: true - coverage: true runs-on: ${{ matrix.platform }} steps: - name: Checkout source code