File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -808,6 +808,8 @@ jobs:
808808 if : matrix.cmake_tests == ''
809809 shell : C:\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}'
810810 run : |
811+ /usr/sbin/cygserver &
812+ sleep 2
811813 cd boost-root
812814 ${{matrix.toolset}} --version
813815 B2_ARGS=("-j" "$BUILD_JOBS" "toolset=${{matrix.toolset}}" "cxxstd=${{matrix.cxxstd}}" "debug-symbols=off")
@@ -863,96 +865,18 @@ jobs:
863865 fail-fast : false
864866 matrix :
865867 include :
866- - toolset : clang
867- vm : freebsd
868- cxxflags : -pipe
869- os : ubuntu-latest
870- bsd_version : " 13.5"
871-
872- - toolset : clang
873- vm : freebsd
874- cxxflags : -pipe
875- os : ubuntu-latest
876- bsd_version : " 14.0"
877-
878- - toolset : clang
879- vm : freebsd
880- cxxflags : -pipe
881- os : ubuntu-latest
882- bsd_version : " 14.1"
883-
884- - toolset : clang
885- vm : freebsd
886- cxxflags : -pipe
887- os : ubuntu-latest
888- bsd_version : " 14.2"
889-
890868 - toolset : clang
891869 vm : freebsd
892870 cxxflags : -pipe
893871 os : ubuntu-latest
894872 bsd_version : " 14.3"
895873
896- - toolset : clang
897- vm : openbsd
898- cxxflags : -pipe
899- os : ubuntu-latest
900- bsd_version : " 7.3"
901-
902- - toolset : clang
903- vm : openbsd
904- cxxflags : -pipe
905- os : ubuntu-latest
906- bsd_version : " 7.4"
907-
908- - toolset : clang
909- vm : openbsd
910- cxxflags : -pipe
911- os : ubuntu-latest
912- bsd_version : " 7.5"
913-
914- - toolset : clang
915- vm : openbsd
916- cxxflags : -pipe
917- os : ubuntu-latest
918- bsd_version : " 7.6"
919-
920- - toolset : clang
921- vm : openbsd
922- cxxflags : -pipe
923- os : ubuntu-latest
924- bsd_version : " 7.7"
925-
926874 - toolset : clang
927875 vm : openbsd
928876 cxxflags : -pipe
929877 os : ubuntu-latest
930878 bsd_version : " 7.8"
931879
932- - toolset : gcc
933- vm : netbsd
934- cxxflags : -pipe
935- os : ubuntu-latest
936- bsd_version : " 9.2"
937-
938- - toolset : gcc
939- vm : netbsd
940- cxxflags : -pipe
941- os : ubuntu-latest
942- bsd_version : " 9.3"
943-
944- - toolset : gcc
945- vm : netbsd
946- cxxflags : -pipe
947- os : ubuntu-latest
948- bsd_version : " 9.4"
949-
950- - toolset : gcc
951- vm : netbsd
952- cxxflags : -pipe
953- os : ubuntu-latest
954- bsd_version : " 10.0"
955-
956880 - toolset : gcc
957881 vm : netbsd
958882 cxxflags : -pipe
You can’t perform that action at this time.
0 commit comments