Skip to content

Commit e75b7c2

Browse files
Add VS143 toolset to Windows CI (#5910) (#5916)
* Use VS143 toolset * Platform doc update * Upload artifact * Added toolset version to job name --------- (cherry picked from commit 9868b8b) Signed-off-by: Eugenio Collado <[email protected]> Co-authored-by: EugenioCollado <[email protected]>
1 parent 153549a commit e75b7c2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/reusable-windows-ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
matrix:
5252
vs-toolset:
5353
- 'v142'
54+
- 'v143'
5455
steps:
5556
- name: Sync eProsima/Fast-DDS repository
5657
uses: eProsima/eProsima-CI/external/checkout@v0
@@ -147,19 +148,20 @@ jobs:
147148
- name: Upload build artifacts
148149
uses: eProsima/eProsima-CI/external/upload-artifact@v0
149150
with:
150-
name: fastdds_build_${{ inputs.label }}
151+
name: fastdds_build_${{ inputs.label }}_${{ matrix.vs-toolset }}
151152
path: ${{ github.workspace }}
152153

153154
fastdds_test:
154155
needs: fastdds_build
155156
if: ${{ inputs.run-tests == true }}
156-
name: fastdds_test (${{ matrix.cmake_build_type }}, ${{ matrix.test_filter }})
157+
name: fastdds_test (${{ matrix.cmake_build_type }}, ${{ matrix.test_filter }}), ${{ matrix.vs-toolset }}
157158
runs-on: windows-2022
158159
strategy:
159160
fail-fast: false
160161
matrix:
161162
vs-toolset:
162163
- 'v142'
164+
- 'v143'
163165
cmake_build_type:
164166
- ${{ inputs.cmake-config }}
165167
test_filter:
@@ -178,7 +180,7 @@ jobs:
178180
- name: Download build artifacts
179181
uses: eProsima/eProsima-CI/external/download-artifact@v0
180182
with:
181-
name: fastdds_build_${{ inputs.label }}
183+
name: fastdds_build_${{ inputs.label }}_${{ matrix.vs-toolset }}
182184
path: ${{ github.workspace }}
183185

184186
- name: Update known hosts file for DNS resolver testing

PLATFORM_SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Community members may provide assistance with these platforms.
3333

3434
|Architecture|Ubuntu Noble (24.04)|Ubuntu Jammy (22.04)|MacOS Mojave (10.14)|Windows 10 (VS2019)|Windows 11 (VS2022)|Debian Buster (10)|Android 12 |Android 13 | QNX 7.1 |
3535
|------------|--------------------|--------------------|--------------------|-------------------|-------------------|------------------|-----------|-----------|-----------|
36-
|amd64 |Tier 3 [^a][^s] |Tier 1 [^a][^s] |Tier 1 [^s] |Tier 1 [^a][^s] |Tier 3 [^a][^s] |Tier 3 [^s] |Tier 3 [^s]|Tier 3 [^s]|Tier 3 [^s]|
36+
|amd64 |Tier 3 [^a][^s] |Tier 1 [^a][^s] |Tier 1 [^s] |Tier 3 [^a][^s] |Tier 1 [^a][^s] |Tier 3 [^s] |Tier 3 [^s]|Tier 3 [^s]|Tier 3 [^s]|
3737
|amd32 | | |Tier 3 [^a][^s] |Tier 3 [^a][^s] | | | | |
3838
|arm64 |Tier 3 [^a][^s] |Tier 1 [^a][^s] | | | |Tier 3 [^s] |Tier 3 [^s]|Tier 3 [^s]|Tier 3 [^s]|
3939
|arm32 | |Tier 3 [^s] | | | |Tier 3 [^s] |Tier 3 [^s]|Tier 3 [^s]| |

0 commit comments

Comments
 (0)