From 2a39d5b5563d0aad4a41341bc20777b7369a5ec1 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Tue, 10 Mar 2020 18:09:44 -0500 Subject: [PATCH] fixup! Maint/CI ~ add GitHub-Actions CI (aka GHA) --- .github/workflows/CICD.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 11eaca7b..57da54c6 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -96,7 +96,9 @@ 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 } ## !maint: [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 } ## ! 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 } ## ! 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-msvc } steps: - uses: actions/checkout@v1