From d9af2d20f91f3d5e7a4eb47398e388fd5086a916 Mon Sep 17 00:00:00 2001 From: Jeongseok Lee Date: Fri, 29 Mar 2024 09:07:49 -0700 Subject: [PATCH] [build] Disable build with ODE + brew for now --- Brewfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Brewfile b/Brewfile index 83201c5ab8aae..b1351f87f8339 100644 --- a/Brewfile +++ b/Brewfile @@ -11,8 +11,8 @@ brew 'fmt' brew 'ipopt' brew 'nlopt' brew 'octomap' -brew 'ode' -#brew 'open-scene-graph' # disabled until 3.7.0 is released +# brew 'ode' # disabled until https://github.com/dartsim/dart/actions/runs/8477285794/job/23227980022 is resolved +# brew 'open-scene-graph' # disabled until 3.7.0 is released brew 'pagmo' brew 'spdlog' brew 'tinyxml2'