forked from mirrors/nixpkgs
rust: add mips64el to list of bootstrap tarballs
This commit is contained in:
parent
e1ae1fcd86
commit
c6108020ff
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ PLATFORMS=(
|
|||
aarch64-apple-darwin
|
||||
powerpc64le-unknown-linux-gnu
|
||||
riscv64gc-unknown-linux-gnu
|
||||
mips64el-unknown-linux-gnuabi64
|
||||
)
|
||||
BASEURL=https://static.rust-lang.org/dist
|
||||
VERSION=${1:-}
|
||||
|
|
Loading…
Add table
Reference in a new issue