lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 711d483 10/14: Disable lmi building with SO a


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 711d483 10/14: Disable lmi building with SO attributes for the native CI build
Date: Sat, 10 Oct 2020 11:07:13 -0400 (EDT)

branch: master
commit 711d483e2e21ed0bc87b01a402566a99b5133c33
Author: Ilya Sinitsyn <isinitsyn@tt-solutions.com>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Disable lmi building with SO attributes for the native CI build
    
    Disable the CI build step because it currently fails to build.
---
 .github/workflows/ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8903435..48c6eca 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -120,6 +120,7 @@ jobs:
         run: make $coefficiency --output-sync=recurse
 
       - name: Build lmi with SO attributes
+        if: matrix.mingw
         run: make $coefficiency --output-sync=recurse build_type=so_test 
USE_SO_ATTRIBUTES=1 all
 
       - name: Setup lmi for tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]