Skip to content

Commit

Permalink
[fastrtps] no uwp (#34702)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Oct 26, 2023
1 parent 915077e commit 3961f34
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
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 @@ -2538,7 +2538,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

0 comments on commit 3961f34

Please sign in to comment.