From 016d12057ee755e4be4c46fd6f6c9386591385b4 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Mon, 30 Sep 2024 19:22:32 -0700 Subject: [PATCH] gz-sim3, gz-launch2: build sonoma bottles (#2830) * update bottle. Signed-off-by: Steve Peters Co-authored-by: OSRF Build Bot --- Formula/ignition-gazebo3.rb | 3 ++- Formula/ignition-launch2.rb | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Formula/ignition-gazebo3.rb b/Formula/ignition-gazebo3.rb index 7ab899ed8..2be8cea99 100644 --- a/Formula/ignition-gazebo3.rb +++ b/Formula/ignition-gazebo3.rb @@ -10,6 +10,7 @@ class IgnitionGazebo3 < Formula bottle do root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 sonoma: "a686e7ac9e0ad112678344d2126b574a8bf2c13f21905d193f33ed1efa2ce55b" sha256 ventura: "85792c4cddbb3a2e832342595de5718384ab37a2f5dc728b55a89d754dd61a5e" end @@ -44,7 +45,7 @@ def install cmake_args << "-DBUILD_TESTING=OFF" cmake_args << "-DCMAKE_INSTALL_RPATH=#{rpath}" - # Use build folder + # Use a build folder mkdir "build" do system "cmake", "..", *cmake_args system "make", "install" diff --git a/Formula/ignition-launch2.rb b/Formula/ignition-launch2.rb index 42576ed6b..1dfe03382 100644 --- a/Formula/ignition-launch2.rb +++ b/Formula/ignition-launch2.rb @@ -10,6 +10,7 @@ class IgnitionLaunch2 < Formula bottle do root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 sonoma: "06438ca61dbabe2e51e938207fbfea5f6117427168d78d7beecba62de109ddd4" sha256 ventura: "811dedae6928d8184743825c075966e421448aaedeaf2e83f4ea95d6dd1f164a" end @@ -35,7 +36,7 @@ def install cmake_args << "-DBUILD_TESTING=OFF" cmake_args << "-DCMAKE_INSTALL_RPATH=#{rpath}" - # Use build folder + # Use a build folder mkdir "build" do system "cmake", "..", *cmake_args system "make", "install"