From b4ed5dd89a8db84ecc5ca260be3c991329c98f6e Mon Sep 17 00:00:00 2001 From: Guillaume Beuzeboc Date: Wed, 5 Jun 2024 15:41:05 +0200 Subject: [PATCH] fix(schema): add ROS 2 core22 extensions for remote-build (#4756) Add ROS 2 core22 extensions in the legacy schema for remote-build. Referring to this commit: https://github.com/canonical/snapcraft/commit/f509ac032fc9df0eb2bb02ce31057fdc23bf0e84 Remote-building always uses legacy and use the legacy schema to validate. Co-authored-by: Callahan --- schema/snapcraft.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/schema/snapcraft.json b/schema/snapcraft.json index 11db2a21ec..9da873f184 100644 --- a/schema/snapcraft.json +++ b/schema/snapcraft.json @@ -924,7 +924,11 @@ "ros2-foxy", "ros2-foxy-ros-base", "ros2-foxy-ros-core", - "ros2-foxy-desktop" + "ros2-foxy-desktop", + "ros2-humble", + "ros2-humble-ros-base", + "ros2-humble-ros-core", + "ros2-humble-desktop" ] } }