summary refs log tree commit diff
path: root/pkgs/development/compilers/rust/print-hashes.sh
diff options
context:
space:
mode:
authorPeter Woodman <peter@shortbus.org>2021-01-19 02:26:45 -0500
committerPeter Woodman <peter@shortbus.org>2021-01-19 02:27:41 -0500
commit0b8620e9b6f8ecabe4a531200901d04626c058b2 (patch)
treec81f706aac7b7a9b44a5fca8b290ab1042c3dc64 /pkgs/development/compilers/rust/print-hashes.sh
parentdd3238c002f51c2ab8fc325bf4fa330a29c64ed6 (diff)
downloadnixpkgs-0b8620e9b6f8ecabe4a531200901d04626c058b2.tar
nixpkgs-0b8620e9b6f8ecabe4a531200901d04626c058b2.tar.gz
nixpkgs-0b8620e9b6f8ecabe4a531200901d04626c058b2.tar.bz2
nixpkgs-0b8620e9b6f8ecabe4a531200901d04626c058b2.tar.lz
nixpkgs-0b8620e9b6f8ecabe4a531200901d04626c058b2.tar.xz
nixpkgs-0b8620e9b6f8ecabe4a531200901d04626c058b2.tar.zst
nixpkgs-0b8620e9b6f8ecabe4a531200901d04626c058b2.zip
rust: add musl-libc targets to bootstrapping
Diffstat (limited to 'pkgs/development/compilers/rust/print-hashes.sh')
-rwxr-xr-xpkgs/development/compilers/rust/print-hashes.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/compilers/rust/print-hashes.sh b/pkgs/development/compilers/rust/print-hashes.sh
index 9180ccb67d9..0639726f48d 100755
--- a/pkgs/development/compilers/rust/print-hashes.sh
+++ b/pkgs/development/compilers/rust/print-hashes.sh
@@ -10,9 +10,11 @@ set -euo pipefail
 PLATFORMS=(
   i686-unknown-linux-gnu
   x86_64-unknown-linux-gnu
+  x86_64-unknown-linux-musl
   arm-unknown-linux-gnueabihf
   armv7-unknown-linux-gnueabihf
   aarch64-unknown-linux-gnu
+  aarch64-unknown-linux-musl
   x86_64-apple-darwin
   powerpc64le-unknown-linux-gnu
 )