nuttx/tools/ci/platforms
simbit18 29c5ae62ad ci/platforms/darwin.sh: fix genromfs installation
fix
Error: Refusing to load formula px4/px4/genromfs from untrusted tap px4/px4.
Run `brew trust --formula px4/px4/genromfs` or `brew trust px4/px4` to trust it.
Error: Process completed with exit code 1.

Homebrew 6.0+ refuses to load formulae from third-party taps unless they
are explicitly trusted ("Refusing to load formula ... from untrusted tap").
Trust each tap non-interactively before installing from it. Without this,
`brew install` aborts before pouring any package (including ccache).
`brew trust` only exists on Homebrew 6.0+; guard it so older versions,
which don't gate untrusted taps, skip it silently.

50161b1f09/Tools/setup/macos.sh (L54-L64)

Signed-off-by: simbit18 <simbit18@gmail.com>
2026-07-12 22:21:24 +02:00
..
darwin.sh ci/platforms/darwin.sh: fix genromfs installation 2026-07-12 22:21:24 +02:00
darwin_arm64.sh ci/platforms/darwin_arm64.sh: Updated URL of kconfig-frontends src 2026-05-24 07:17:16 +08:00
linux.sh ci/platforms/linux.sh: Updated URL of kconfig-frontends src 2026-05-24 07:17:16 +08:00
msys2.sh Dockerfile & Docs: Change bitbucket.org/nuttx/tools to github.com 2026-05-25 08:34:45 -03:00
ubuntu.sh ci/platforms/ubuntu.sh: Updated URL of kconfig-frontends src 2026-05-24 07:17:16 +08:00
windows.ps1 tools/ci: Added esptool for Windows Native 2026-04-13 23:55:10 +08:00