Run cygserver for cygwin tests

Reduce BSD versions to the latest release
This commit is contained in:
Ion Gaztañaga
2025-12-13 11:38:12 +01:00
parent 7db1681063
commit aea5c01652

View File

@@ -808,6 +808,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 +865,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