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
fix(ci): keep rolldown download keyed to runner OS, not Rust target
The rolldown binding is loaded by Node.js on the host runner to run
JS build steps (rolldown build-node, vite build-types, etc.), not
cross-compiled into the output. Downloading a musl binding on a glibc
runner would cause binding.cjs to fail to load.
0 commit comments