From 267b461d6ccd988da71bc541bf826ac8a788c7fc Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Tue, 28 Apr 2020 19:51:38 -0500 Subject: [PATCH] Maint/CICD ~ update i686-pc-windows-gnu build target to 'stable' (required stable == rust v1.43.0+) --- .github/workflows/CICD.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 13e0122e..68b17878 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -44,9 +44,7 @@ jobs: - { os: macos-latest , target: x86_64-apple-darwin } - { os: windows-latest , target: i686-pc-windows-gnu } - { os: windows-latest , target: i686-pc-windows-msvc } - - { os: windows-latest , target: x86_64-pc-windows-gnu , toolchain: nightly-x86_64-pc-windows-gnu } ## ! maint: [rivy; due 2020-21-03] disable/remove when rust beta >= v1.43.0 is available (~mid-March) ;; [rivy; 2020-01-21] may break due to rust bug; follow possible solution from GH:rust-lang/rust#47048 (refs: GH:rust-lang/rust#47048 , GH:rust-lang/rust#53454 , GH:bike-barn/hermit#172) - # - { os: windows-latest , target: x86_64-pc-windows-gnu , toolchain: beta-x86_64-pc-windows-gnu } ## ! maint: [rivy; due 2020-21-03; due 2020-01-05] enable when rust beta >= v1.43.0 is available (~mid-March); disable when rust stable >= 1.43.0 is available (~early-May) - # - { os: windows-latest , target: x86_64-pc-windows-gnu } ## note: requires rust >= 1.43.0 to link correctly # ! maint: [rivy; due 2020-01-05] enable when rust stable >= 1.43.0 is available + - { os: windows-latest , target: x86_64-pc-windows-gnu } ## note: requires rust >= 1.43.0 to link correctly - { os: windows-latest , target: x86_64-pc-windows-msvc } steps: - uses: actions/checkout@v1