osrf / homebrew-simulation

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

Remove bottles broken by gdal 3.9.0 #2652

Closed scpeters closed 4 months ago

scpeters commented 4 months ago

Part of https://github.com/osrf/homebrew-simulation/issues/2651.

Implemented using a script from https://github.com/osrf/homebrew-simulation/pull/2610:

for m in gz-common5
do
    brew bump-revision --remove-bottle-block --message="broken bottle" $m
    for f in $(.github/ci/bottled_dependents.sh $m)
    do
        brew bump-revision --remove-bottle-block --message="broken bottle" $f
    done
done