mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
f6d094061e
This is a pretty minor win, but it can save a few seconds per job. https://github.blog/changelog/2026-06-25-actions-steps-can-now-be-run-in-parallel/ Also remove the installation of `lld` for rustc with `apt-get`. It's very slow, and rustc should already ship with `lld` these days? The composite action to install the rust toolchain isn't run often (test shards download a prebuilt native binary), but `build-native` it can block other jobs from running and become a bottleneck. Testing the full `build-and-deploy` job, which uses the rust install action: https://github.com/vercel/next.js/actions/runs/30138483769