Skip to content
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: 3 additions & 0 deletions ports/gz-sim/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This port is not tested in vcpkg's curated registry due to excessive memory consumption
# that cause reliability problems for other customers.
# It must be checked manually after updates.
string(REGEX MATCH "^[0-9]+" VERSION_MAJOR ${VERSION})
set(PACKAGE_NAME gazebo)

Expand Down
1 change: 1 addition & 0 deletions ports/gz-sim/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "gz-sim",
"version": "9.5.0",
"port-version": 1,
"description": "Gazebo Sim is an open source robotics simulator.",
"homepage": "https://gazebosim.org/libs/sim",
"license": "Apache-2.0",
Expand Down
1 change: 1 addition & 0 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ gsoap:x64-windows-static-md=skip
gsoap:x64-windows-static=skip
gsoap:x64-windows=skip
gsoap:x86-windows=skip
gz-sim:x64-linux=skip # many parallel links cause memory exhaustion on our 128GB of RAM lab VMs
gz-tools:arm-neon-android=fail
gz-tools:arm64-android=fail
gz-tools:x64-android=fail
Expand Down
1 change: 1 addition & 0 deletions scripts/ci.feature.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ gz-rendering7:x64-uwp = cascade
gz-rendering7(arm|android) = cascade
gz-sensors7:x64-uwp = cascade
gz-sensors7(arm | android) = cascade
gz-sim:x64-linux=skip # many parallel links cause memory exhaustion on our 128GB of RAM lab VMs
gz-transport12:x64-uwp = cascade
h5py-lzf:arm64-uwp = cascade
h5py-lzf:x64-uwp = cascade
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3690,7 +3690,7 @@
},
"gz-sim": {
"baseline": "9.5.0",
"port-version": 0
"port-version": 1
},
"gz-tools": {
"baseline": "2.0.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/gz-sim.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5e7bcc96d4c43d2abdee0ed9bd207e66995acec3",
"version": "9.5.0",
"port-version": 1
},
{
"git-tree": "daf4ff25d1f460f4197c55b870e92cf174cd4353",
"version": "9.5.0",
Expand Down
Loading