lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 7e32f37 02/28: Don't build Boost.Filesystem l


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 7e32f37 02/28: Don't build Boost.Filesystem library in the CI builds any more
Date: Wed, 12 May 2021 18:14:42 -0400 (EDT)

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

    Don't build Boost.Filesystem library in the CI builds any more
    
    This library is not used any longer, only Boost.Regex remains.
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8a5596d..b65d116 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -167,7 +167,7 @@ jobs:
         if: steps.cache-local.outputs.cache-hit != 'true'
         run: ./install_wxpdfdoc.sh
 
-      - name: Build Boost libraries
+      - name: Build Boost.Regex
         if: matrix.autotools
         run: |
           # Define flags to avoid warnings in Boost code we don't care about.
@@ -176,7 +176,7 @@ jobs:
             boost_cxxflags="${boost_cxxflags} -Wno-parentheses-equality"
           fi
 
-          for lib in regex filesystem; do
+          for lib in regex; do
             cd /opt/lmi/third_party/src/boost/libs/${lib}/src
             echo "Compiling $lib sources"
             ${CXX-${LMI_COMPILER}} -std=c++17 -fPIC $(echo ${boost_cxxflags}) 
-I../../.. -c *.cpp



reply via email to

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