mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 10:16:54 +00:00
Rather than keeping a script that downloads the tarball, we can just add musl as a submodule and let git handle the synchronizatoin. Do so here.
5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
[submodule "musl"]
|
|
path = crates/musl-math-sys/musl
|
|
url = https://git.musl-libc.org/git/musl
|
|
shallow = true
|