Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix turborepo-repository MUSL release (#8028)
### Description Changes: - Upgrade `curl` version to avoid alpinelinux/docker-alpine#383 - Do `PATH` alterations in build step as for some reason the alpine container doesn't respect alterations from previous steps. - Remove `rustup toolchain install` commands as this would require parsing TOML to extract the Rust version we want. Instead we rely on the behavior of `rustup show` which will install the toolchain override if it isn't installed yet. ### Testing Instructions Dry run: https://github.com/vercel/turbo/actions/runs/8808289531 Closes TURBO-2869
- Loading branch information