Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fastrtps] no uwp #34702

Merged
merged 1 commit into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 2 additions & 1 deletion ports/fastrtps/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "fastrtps",
"version": "2.7.0",
"port-version": 3,
"port-version": 4,
"description": "Eprosima Fast RTPS is a C++ implementation of the RTPS (Real Time Publish Subscribe) protocol, which provides publisher-subscriber communications over unreliable transports such as UDP, as defined and maintained by the Object Management Group (OMG) consortium.",
"homepage": "https://www.eprosima.com/",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
"asio",
"fastcdr",
Expand Down
2 changes: 0 additions & 2 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,8 @@ evpp:arm64-android=fail
evpp:x64-android=fail
faiss:arm64-windows=fail
fastrtps:arm-neon-android=fail
fastrtps:arm64-uwp=fail
fastrtps:arm64-android=fail
fastrtps:x64-android=fail
fastrtps:x64-uwp=fail
fastrtps:x64-windows-static-md=fail
fastrtps:x64-windows-static=fail
fdk-aac:arm-neon-android=fail
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2534,7 +2534,7 @@
},
"fastrtps": {
"baseline": "2.7.0",
"port-version": 3
"port-version": 4
},
"fawdlstty-libfv": {
"baseline": "0.0.8",
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/fastrtps.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2b2c27c3a92da80b837e5f14641cd6ea2b5fc6f6",
"version": "2.7.0",
"port-version": 4
},
{
"git-tree": "75ba9fed16853532cfc26487e85e4309289b8dd2",
"version": "2.7.0",
Expand Down