From aa530632daee077c657dce0ec4dd76087ddc1fb5 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Wed, 13 Sep 2023 19:35:17 -0700 Subject: [PATCH] ignition-fortress: build ventura bottle (#2405) * update bottle. Co-authored-by: OSRF Build Bot --- Formula/ignition-fortress.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/ignition-fortress.rb b/Formula/ignition-fortress.rb index 5e871ca56..8089664d1 100644 --- a/Formula/ignition-fortress.rb +++ b/Formula/ignition-fortress.rb @@ -13,6 +13,7 @@ class IgnitionFortress < Formula bottle do root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 cellar: :any, ventura: "62324f2e3a3cb45386447e9e9b6ff4158f98cf908b09039e26d56f34bcc3bd87" sha256 cellar: :any, monterey: "ce7adf2c9fea64c9ca1a307e0787c2ccdb9387032959b8b899866778f8e42406" sha256 cellar: :any, big_sur: "a745f123d272e680227ca493c830638ef74cfb38603cdd6e3af51a36778cc35a" end @@ -49,6 +50,7 @@ def install system "make", "install" end + # install vcstool so it can be used in the test venv = virtualenv_create(libexec, Formula["python@3.11"].opt_libexec/"bin/python") %w[PyYAML vcstool].each do |pkg| venv.pip_install pkg