Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/reusable-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
matrix:
vs-toolset:
- 'v142'
- 'v143'
steps:
- name: Sync eProsima/Fast-DDS repository
uses: eProsima/eProsima-CI/external/checkout@v0
Expand Down Expand Up @@ -147,7 +148,7 @@ jobs:
- name: Upload build artifacts
uses: eProsima/eProsima-CI/external/upload-artifact@v0
with:
name: fastdds_build_${{ inputs.label }}
name: fastdds_build_${{ inputs.label }}_${{ matrix.vs-toolset }}
path: ${{ github.workspace }}

fastdds_test:
Expand All @@ -160,6 +161,7 @@ jobs:
matrix:
vs-toolset:
- 'v142'
- 'v143'

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add the toolset to the name of the test job in line 157

cmake_build_type:
- ${{ inputs.cmake-config }}
test_filter:
Expand All @@ -178,7 +180,7 @@ jobs:
- name: Download build artifacts
uses: eProsima/eProsima-CI/external/download-artifact@v0
with:
name: fastdds_build_${{ inputs.label }}
name: fastdds_build_${{ inputs.label }}_${{ matrix.vs-toolset }}
path: ${{ github.workspace }}

- name: Update known hosts file for DNS resolver testing
Expand Down
2 changes: 1 addition & 1 deletion PLATFORM_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Community members may provide assistance with these platforms.

|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 |
|------------|--------------------|--------------------|--------------------|-------------------|-------------------|------------------|-----------|-----------|-----------|
|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]|
|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]|
|amd32 | | |Tier 3 [^a][^s] |Tier 3 [^a][^s] | | | | |
|arm64 |Tier 3 [^a][^s] |Tier 1 [^a][^s] | | | |Tier 3 [^s] |Tier 3 [^s]|Tier 3 [^s]|Tier 3 [^s]|
|arm32 | |Tier 3 [^s] | | | |Tier 3 [^s] |Tier 3 [^s]|Tier 3 [^s]| |
Expand Down
Loading