From 42ece63601ad2e9c5e81968a0a86f542ce00df95 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Thu, 18 Feb 2021 15:04:07 -0500 Subject: [PATCH] fuck linux --- .github/workflows/build.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) 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 -- 2.39.5