@@ -987,52 +987,53 @@ jobs:
987987 g++ main.cpp $(pkg-config --cflags --libs boost_decimal) -o test_pkgconfig
988988 ./test_pkgconfig
989989
990- MSYS2 :
991- defaults :
992- run :
993- shell : msys2 {0}
994- strategy :
995- fail-fast : false
996- matrix :
997- include :
998- - { sys: MINGW32, compiler: gcc, cxxstd: '03,11,17,20' }
999- - { sys: MINGW64, compiler: gcc, cxxstd: '03,11,17,20' }
1000-
1001- runs-on : windows-latest
1002-
1003- steps :
1004- - uses : actions/checkout@v4
1005-
1006- - name : Setup MSYS2 environment
1007- uses : msys2/setup-msys2@v2
1008- with :
1009- msystem : ${{matrix.sys}}
1010- update : true
1011- install : git python
1012- pacboy : gcc:p cmake:p ninja:p
1013-
1014- - name : Fetch Boost.CI
1015- uses : actions/checkout@v4
1016- with :
1017- repository : boostorg/boost-ci
1018- ref : master
1019- path : boost-ci-cloned
1020- - name : Get CI scripts folder
1021- run : |
1022- # Copy ci folder if not testing Boost.CI
1023- [[ "$GITHUB_REPOSITORY" =~ "boost-ci" ]] || cp -r boost-ci-cloned/ci .
1024- rm -rf boost-ci-cloned
1025-
1026- - name : Setup Boost
1027- env :
1028- B2_COMPILER : ${{matrix.compiler}}
1029- B2_CXXSTD : ${{matrix.cxxstd}}
1030- B2_SANITIZE : ${{matrix.sanitize}}
1031- B2_STDLIB : ${{matrix.stdlib}}
1032- run : ci/github/install.sh
1033-
1034- - name : Run tests
1035- run : ci/build.sh
990+ # Symlink in docs folder breaks these runs
991+ # MSYS2:
992+ # defaults:
993+ # run:
994+ # shell: msys2 {0}
995+ # strategy:
996+ # fail-fast: false
997+ # matrix:
998+ # include:
999+ # - { sys: MINGW32, compiler: gcc, cxxstd: '03,11,17,20' }
1000+ # - { sys: MINGW64, compiler: gcc, cxxstd: '03,11,17,20' }
1001+ #
1002+ # runs-on: windows-latest
1003+ #
1004+ # steps:
1005+ # - uses: actions/checkout@v4
1006+ #
1007+ # - name: Setup MSYS2 environment
1008+ # uses: msys2/setup-msys2@v2
1009+ # with:
1010+ # msystem: ${{matrix.sys}}
1011+ # update: true
1012+ # install: git python
1013+ # pacboy: gcc:p cmake:p ninja:p
1014+ #
1015+ # - name: Fetch Boost.CI
1016+ # uses: actions/checkout@v4
1017+ # with:
1018+ # repository: boostorg/boost-ci
1019+ # ref: master
1020+ # path: boost-ci-cloned
1021+ # - name: Get CI scripts folder
1022+ # run: |
1023+ # # Copy ci folder if not testing Boost.CI
1024+ # [[ "$GITHUB_REPOSITORY" =~ "boost-ci" ]] || cp -r boost-ci-cloned/ci .
1025+ # rm -rf boost-ci-cloned
1026+ #
1027+ # - name: Setup Boost
1028+ # env:
1029+ # B2_COMPILER: ${{matrix.compiler}}
1030+ # B2_CXXSTD: ${{matrix.cxxstd}}
1031+ # B2_SANITIZE: ${{matrix.sanitize}}
1032+ # B2_STDLIB: ${{matrix.stdlib}}
1033+ # run: ci/github/install.sh
1034+ #
1035+ # - name: Run tests
1036+ # run: ci/build.sh
10361037
10371038 intel :
10381039 runs-on : ubuntu-latest
0 commit comments