Skip to content

Commit

Permalink
gz-sim3, gz-launch2: build sonoma bottles (#2830)
Browse files Browse the repository at this point in the history
* update  bottle.

Signed-off-by: Steve Peters <[email protected]>
Co-authored-by: OSRF Build Bot <[email protected]>
  • Loading branch information
scpeters and osrfbuild authored Oct 1, 2024
1 parent 1252cbd commit 016d120
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Formula/ignition-gazebo3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion Formula/ignition-launch2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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"
Expand Down

0 comments on commit 016d120

Please sign in to comment.