mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-25 20:28:26 +08:00
ci(macos): remove the MacOS workflows
The build runs brew update and then pours Gazebo from one pinned tap commit while the rest of the install, including protobuf, comes from current Homebrew. A release in either repo fails the check with no commit here, and the GitHub-hosted image moves on its own, so the job cannot be a closed set. Drop the build and the weekly pin refresh. The setup script, the pins, and the refresh script stay for local use. Assisted-by: Grok:grok-4.7 Signed-off-by: Jacob Dahl <dahl.jakejacob@gmail.com>
This commit is contained in:
@@ -27,8 +27,7 @@
|
||||
#
|
||||
# The formula names are read from macos.sh so there is no second list to
|
||||
# keep in sync. The bottle tag match is Homebrew's own, which on macOS also
|
||||
# accepts a bottle built on an older macOS of the same arch, so a commit
|
||||
# that passes on the oldest macOS CI runs on passes on the newer ones too.
|
||||
# accepts a bottle built on an older macOS of the same arch.
|
||||
#
|
||||
# Formula#bottle is deliberately not used: `brew ruby` runs in a child of
|
||||
# the brew process, which has already consumed the HOMEBREW_*_DEFAULT_PREFIX
|
||||
|
||||
Reference in New Issue
Block a user