@@ -1018,50 +1018,50 @@ jobs:
10181018 run : |
10191019 echo "LD_LIBRARY_PATH=$GITHUB_WORKSPACE/.local/lib:$LD_LIBRARY_PATH" >> "$GITHUB_ENV"
10201020
1021- - name : Find Package Integration Workflow
1022- uses :
alandefreitas/cpp-actions/[email protected] 1023- if : ${{ matrix.build-cmake || matrix.is-earliest }}
1024- with :
1025- source-dir : boost-root/libs/${{ steps.patch.outputs.module }}/test/cmake_test
1026- build-dir : __build_cmake_install_test__
1027- generator : ${{ matrix.generator }}
1028- generator-toolset : ${{ matrix.generator-toolset }}
1029- build-type : ${{ matrix.build-type }}
1030- cxxstd : ${{ matrix.latest-cxxstd }}
1031- cc : ${{ steps.setup-cpp.outputs.cc || matrix.cc }}
1032- ccflags : ${{ matrix.ccflags }}
1033- cxx : ${{ steps.setup-cpp.outputs.cxx || matrix.cxx }}
1034- cxxflags : ${{ matrix.cxxflags }}
1035- shared : ${{ matrix.shared }}
1036- install : false
1037- cmake-version : ' >=3.20'
1038- extra-args : |
1039- -D BOOST_CI_INSTALL_TEST=ON
1040- -D CMAKE_PREFIX_PATH=${{ steps.patch.outputs.workspace_root }}/.local
1041- ref-source-dir : boost-root/libs/http_proto
1042- trace-commands : true
1043- toolchain : ${{ (startsWith(matrix.runs-on, 'windows') && steps.patch-user-config.outputs.toolchain) || '' }}
1044-
1045- - name : Subdirectory Integration Workflow
1046- uses :
alandefreitas/cpp-actions/[email protected] 1047- if : ${{ matrix.build-cmake || matrix.is-earliest }}
1048- with :
1049- source-dir : boost-root/libs/${{ steps.patch.outputs.module }}/test/cmake_test
1050- build-dir : __build_cmake_subdir_test__
1051- generator : ${{ matrix.generator }}
1052- generator-toolset : ${{ matrix.generator-toolset }}
1053- build-type : ${{ matrix.build-type }}
1054- cxxstd : ${{ matrix.latest-cxxstd }}
1055- cc : ${{ steps.setup-cpp.outputs.cc || matrix.cc }}
1056- ccflags : ${{ matrix.ccflags }}
1057- cxx : ${{ steps.setup-cpp.outputs.cxx || matrix.cxx }}
1058- cxxflags : ${{ matrix.cxxflags }}
1059- shared : ${{ matrix.shared }}
1060- install : false
1061- cmake-version : ' >=3.20'
1062- extra-args : -D BOOST_CI_INSTALL_TEST=OFF
1063- ref-source-dir : boost-root/libs/http_proto/test/cmake_test
1064- toolchain : ${{ (startsWith(matrix.runs-on, 'windows') && steps.patch-user-config.outputs.toolchain) || '' }}
1021+ # - name: Find Package Integration Workflow
1022+ # uses: alandefreitas/cpp-actions/[email protected] 1023+ # if: ${{ matrix.build-cmake || matrix.is-earliest }}
1024+ # with:
1025+ # source-dir: boost-root/libs/${{ steps.patch.outputs.module }}/test/cmake_test
1026+ # build-dir: __build_cmake_install_test__
1027+ # generator: ${{ matrix.generator }}
1028+ # generator-toolset: ${{ matrix.generator-toolset }}
1029+ # build-type: ${{ matrix.build-type }}
1030+ # cxxstd: ${{ matrix.latest-cxxstd }}
1031+ # cc: ${{ steps.setup-cpp.outputs.cc || matrix.cc }}
1032+ # ccflags: ${{ matrix.ccflags }}
1033+ # cxx: ${{ steps.setup-cpp.outputs.cxx || matrix.cxx }}
1034+ # cxxflags: ${{ matrix.cxxflags }}
1035+ # shared: ${{ matrix.shared }}
1036+ # install: false
1037+ # cmake-version: '>=3.20'
1038+ # extra-args: |
1039+ # -D BOOST_CI_INSTALL_TEST=ON
1040+ # -D CMAKE_PREFIX_PATH=${{ steps.patch.outputs.workspace_root }}/.local
1041+ # ref-source-dir: boost-root/libs/http_proto
1042+ # trace-commands: true
1043+ # toolchain: ${{ (startsWith(matrix.runs-on, 'windows') && steps.patch-user-config.outputs.toolchain) || '' }}
1044+
1045+ # - name: Subdirectory Integration Workflow
1046+ # uses: alandefreitas/cpp-actions/[email protected] 1047+ # if: ${{ matrix.build-cmake || matrix.is-earliest }}
1048+ # with:
1049+ # source-dir: boost-root/libs/${{ steps.patch.outputs.module }}/test/cmake_test
1050+ # build-dir: __build_cmake_subdir_test__
1051+ # generator: ${{ matrix.generator }}
1052+ # generator-toolset: ${{ matrix.generator-toolset }}
1053+ # build-type: ${{ matrix.build-type }}
1054+ # cxxstd: ${{ matrix.latest-cxxstd }}
1055+ # cc: ${{ steps.setup-cpp.outputs.cc || matrix.cc }}
1056+ # ccflags: ${{ matrix.ccflags }}
1057+ # cxx: ${{ steps.setup-cpp.outputs.cxx || matrix.cxx }}
1058+ # cxxflags: ${{ matrix.cxxflags }}
1059+ # shared: ${{ matrix.shared }}
1060+ # install: false
1061+ # cmake-version: '>=3.20'
1062+ # extra-args: -D BOOST_CI_INSTALL_TEST=OFF
1063+ # ref-source-dir: boost-root/libs/http_proto/test/cmake_test
1064+ # toolchain: ${{ (startsWith(matrix.runs-on, 'windows') && steps.patch-user-config.outputs.toolchain) || '' }}
10651065
10661066 - name : Root Project CMake Workflow
10671067 uses :
alandefreitas/cpp-actions/[email protected]
0 commit comments