You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case, curl https://sh.rustup.rs/ -sSf | sh -s -- --default-toolchain stable -y failed because of a connectivity issue. However, since foo | bar succeeds if foo fails but bar succeeds, this isn't caught as a failure and the "Running before_all" tasks fails, leading to a more confusing error when building the wheels.
This issue has been migrated from #14136.
See https://github.com/matrix-org/synapse/actions/runs/3226703547/jobs/5280558136
In this case,
curl https://sh.rustup.rs/ -sSf | sh -s -- --default-toolchain stable -y
failed because of a connectivity issue. However, sincefoo | bar
succeeds if foo fails but bar succeeds, this isn't caught as a failure and the "Running before_all" tasks fails, leading to a more confusing error when building the wheels.@DMRobertson says:
The text was updated successfully, but these errors were encountered: