diff options
| author | Trevor Gross <tmgross@umich.edu> | 2025-07-24 04:05:41 -0500 |
|---|---|---|
| committer | Trevor Gross <tmgross@umich.edu> | 2025-07-24 04:06:56 -0500 |
| commit | 83aea652e444bd246600bb1b7a39b92482366bd2 (patch) | |
| tree | b089ac144cfd8401aa7e6f891d395effda565430 | |
| parent | 95c42630eb7fb234dfd369d2c1ce671c7b304f9e (diff) | |
| download | rust-83aea652e444bd246600bb1b7a39b92482366bd2.tar.gz rust-83aea652e444bd246600bb1b7a39b92482366bd2.zip | |
ci: Use a mirror for musl
We pretty often get at least one job failed because of failure to pull the musl git repo. Switch this to the unofficial mirror [1] which should be more reliable. Link: https://github.com/kraj/musl [1]
| -rwxr-xr-x | library/compiler-builtins/ci/update-musl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/compiler-builtins/ci/update-musl.sh b/library/compiler-builtins/ci/update-musl.sh index b71cf577830..637ab139485 100755 --- a/library/compiler-builtins/ci/update-musl.sh +++ b/library/compiler-builtins/ci/update-musl.sh @@ -3,7 +3,7 @@ set -eux -url=git://git.musl-libc.org/musl +url=https://github.com/kraj/musl.git ref=c47ad25ea3b484e10326f933e927c0bc8cded3da dst=crates/musl-math-sys/musl |
