From 2a1b2062444299f664bd3bdb9866db66c67a4f12 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Thu, 10 Jun 2021 10:10:38 +0300 Subject: [PATCH] temporary disable inspect tool, as it is broken in develop --- .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 77578af..304d82f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: python tools/boostdep/depinst/depinst.py --include benchmark --include example --include examples --include tools --git_args "--depth 10 --jobs 3" $LIBRARY ./bootstrap.sh ./b2 -d0 headers - ./b2 -j4 variant=debug tools/inspect/build + # ./b2 -j4 variant=debug tools/inspect/build - name: Create user-config.jam if: matrix.compiler @@ -100,7 +100,7 @@ jobs: run: | cd ../boost-root ./b2 -j3 libs/$LIBRARY/test toolset=${{matrix.toolset}} cxxstd=${{matrix.cxxstd}} variant=debug,release "${{matrix.cxxflags}}" "${{matrix.linkflags}}" "${{matrix.launcher}}" - dist/bin/inspect libs/$LIBRARY + # dist/bin/inspect libs/$LIBRARY - name: Test boost namespace stripping if: ${{matrix.compiler == 'gcc-9' }}