Homebrew / brew

🍺 The missing package manager for macOS (or Linux)
https://brew.sh
BSD 2-Clause "Simplified" License
39.65k stars 9.29k forks source link

startup/bootsnap: raise repeated `LoadError`. #17177

Closed MikeMcQuaid closed 3 weeks ago

MikeMcQuaid commented 3 weeks ago

If HOMEBREW_BOOTSNAP_RETRY was set then we should raise the LoadError the second time so that the failures are user visible for debugging.

MikeMcQuaid commented 3 weeks ago

Thanks @carlocab!