lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 341c462 2/6: Install now required libunwind a


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 341c462 2/6: Install now required libunwind and libdw for the CI builds
Date: Fri, 5 Mar 2021 08:58:48 -0500 (EST)

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

    Install now required libunwind and libdw for the CI builds
    
    These libraries are now used by the code in unwind.cpp and linking
    failed without them since the changes of 1227352 (Add C++ exception
    unwinder for pc-linux-gnu, 2021-02-07).
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6ae2f28..4676493 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
               g++-mingw-w64-i686
           else
             sudo apt-get --assume-yes install \
-              libgtk-3-dev
+              libunwind-dev libdw-dev libgtk-3-dev
           fi
 
       - name: Fix up libtool



reply via email to

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