Remove cxxstd variants for cygwin (already tested on Linux)

Add cygserver launch on cygwin
Leave only latest BSDs to speed up testing
This commit is contained in:
Ion Gaztañaga
2025-12-13 15:27:48 +01:00
parent e2dcbb58cc
commit c8e61a12ff

View File

@@ -735,7 +735,6 @@ jobs:
matrix:
include:
- toolset: gcc
cxxstd: "03,11,14,17"
cxxflags: -pipe
os: windows-latest
@@ -808,6 +807,8 @@ jobs:
if: matrix.cmake_tests == ''
shell: C:\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}'
run: |
/usr/sbin/cygserver &
sleep 2
cd boost-root
${{matrix.toolset}} --version
B2_ARGS=("-j" "$BUILD_JOBS" "toolset=${{matrix.toolset}}" "cxxstd=${{matrix.cxxstd}}" "debug-symbols=off")
@@ -863,96 +864,18 @@ jobs:
fail-fast: false
matrix:
include:
- toolset: clang
vm: freebsd
cxxflags: -pipe
os: ubuntu-latest
bsd_version: "13.5"
- toolset: clang
vm: freebsd
cxxflags: -pipe
os: ubuntu-latest
bsd_version: "14.0"
- toolset: clang
vm: freebsd
cxxflags: -pipe
os: ubuntu-latest
bsd_version: "14.1"
- toolset: clang
vm: freebsd
cxxflags: -pipe
os: ubuntu-latest
bsd_version: "14.2"
- toolset: clang
vm: freebsd
cxxflags: -pipe
os: ubuntu-latest
bsd_version: "14.3"
- toolset: clang
vm: openbsd
cxxflags: -pipe
os: ubuntu-latest
bsd_version: "7.3"
- toolset: clang
vm: openbsd
cxxflags: -pipe
os: ubuntu-latest
bsd_version: "7.4"
- toolset: clang
vm: openbsd
cxxflags: -pipe
os: ubuntu-latest
bsd_version: "7.5"
- toolset: clang
vm: openbsd
cxxflags: -pipe
os: ubuntu-latest
bsd_version: "7.6"
- toolset: clang
vm: openbsd
cxxflags: -pipe
os: ubuntu-latest
bsd_version: "7.7"
- toolset: clang
vm: openbsd
cxxflags: -pipe
os: ubuntu-latest
bsd_version: "7.8"
- toolset: gcc
vm: netbsd
cxxflags: -pipe
os: ubuntu-latest
bsd_version: "9.2"
- toolset: gcc
vm: netbsd
cxxflags: -pipe
os: ubuntu-latest
bsd_version: "9.3"
- toolset: gcc
vm: netbsd
cxxflags: -pipe
os: ubuntu-latest
bsd_version: "9.4"
- toolset: gcc
vm: netbsd
cxxflags: -pipe
os: ubuntu-latest
bsd_version: "10.0"
- toolset: gcc
vm: netbsd
cxxflags: -pipe