Files
MasterHttpRelayVPN-RUST/.github
therealaleph fdd6c200d6 ci: drop --user on musl docker build (caused /root/.cargo permission denied)
The messense/rust-musl-cross images expect to run as root so cargo can
write to /root/.cargo. Overriding the container user to match the host
UID broke cargo's registry cache with 'Permission denied' before a
single file compiled. Drop the flag and chown the target/ tree after
the build instead.
2026-04-22 02:32:56 +03:00
..