osrf / homebrew-simulation

Homebrew tap for osrf simulation software
Apache License 2.0
56 stars 74 forks source link

gz-sensors8 8.1.0 #2654

Closed osrfbuild closed 4 months ago

iche033 commented 4 months ago

build bottle

scpeters commented 4 months ago

many dependencies are unbottled due to https://github.com/osrf/homebrew-simulation/issues/2651

I'll revision bump the dependencies of gz-sensors8 in this PR

scpeters commented 4 months ago

I'll revision bump the dependencies of gz-sensors8 in this PR

done with a script from #2610

for f in $(.github/ci/unbottled_dependencies.sh gz-sensors8)
do
    brew bump-revision  --message="rebuild for gdal" $f
done
scpeters commented 4 months ago

build bottle