From 27a1b0064c985d07cef5e0b231d9ed1c1a86bf62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Wed, 27 Nov 2024 16:09:14 +0300 Subject: [PATCH] add universe to build depends temporarily MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- build_depends.repos | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build_depends.repos b/build_depends.repos index b9ee75e1d8..5e18e46bac 100644 --- a/build_depends.repos +++ b/build_depends.repos @@ -7,3 +7,8 @@ repositories: type: git url: https://github.com/autowarefoundation/autoware_common.git version: main + # TODO(mfc): Remove once autoware_testing is separated + universe/autoware.universe: + type: git + url: https://github.com/autowarefoundation/autoware.universe.git + version: main \ No newline at end of file