Skip to content

Conversation

sashaodessa
Copy link

Description

  • What: Add -o pipefail to install-scripts/install-macos.sh shell options.
  • Why: Without pipefail, commands like curl ... | sh can mask failures in the left side of the pipeline, leading to false‑positive installs and harder debugging.
  • Impact: More reliable CI/local setup; script now exits on any pipeline error.

@JulianGCalderon JulianGCalderon added the pipelines This PR/issue is exclusively about improving our CI label Oct 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pipelines This PR/issue is exclusively about improving our CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants