fuck linux 2021-02-val-chanmon-persistence-w-prints
authorMatt Corallo <git@bluematt.me>
Thu, 18 Feb 2021 20:04:07 +0000 (15:04 -0500)
committerMatt Corallo <git@bluematt.me>
Thu, 18 Feb 2021 20:04:07 +0000 (15:04 -0500)
.github/workflows/build.yml

index 71f1fcf8fba939f7ed203d9563ead0cef350ffbe..54bc99ec5d65e8164949c63ed6e1b6130076fcc6 100644 (file)
@@ -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