lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master ecd3435 11/30: Default to x86_64-pc-linux-gnu


From: Greg Chicares
Subject: [lmi-commits] [lmi] master ecd3435 11/30: Default to x86_64-pc-linux-gnu LMI_TRIPLET in the CI builds
Date: Wed, 24 Mar 2021 15:31:08 -0400 (EDT)

branch: master
commit ecd343535b64d0045897924104f625ae95e0f51a
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Default to x86_64-pc-linux-gnu LMI_TRIPLET in the CI builds
    
    It seems reasonable to default to compiling natively, and this allows to
    avoid specifying the triplet for all the native builds.
---
 .github/workflows/ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 91ff1ac..846ae64 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,15 +21,13 @@ jobs:
             triplet: i686-w64-mingw32
             mingw: true
           - name: Native Linux build
-            triplet: x86_64-pc-linux-gnu
             mingw: false
           - name: Linux using autotools
-            triplet: x86_64-pc-linux-gnu
             mingw: false
             autotools: true
     env:
       LMI_COMPILER: gcc
-      LMI_TRIPLET: ${{ matrix.triplet }}
+      LMI_TRIPLET: ${{ matrix.triplet || 'x86_64-pc-linux-gnu' }}
 
     steps:
       - name: Checkout



reply via email to

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