Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit a0f12c3

Browse files
committed
Add arm targets to build-rust-manifest.py
1 parent e41a732 commit a0f12c3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

master/build-rust-manifest.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,11 @@
7676
"arm-linux-androideabi",
7777
"arm-unknown-linux-gnueabi",
7878
"arm-unknown-linux-gnueabihf",
79+
"arm-unknown-linux-musleabi",
80+
"arm-unknown-linux-musleabihf",
7981
"armv7-apple-ios",
8082
"armv7-unknown-linux-gnueabihf",
83+
"armv7-unknown-linux-musleabihf",
8184
"armv7-linux-androideabi",
8285
"armv7s-apple-ios",
8386
"i386-apple-ios",
@@ -486,7 +489,7 @@ def url_and_hash_of_rust_package(target, rustc_short_version):
486489
def write_manifest(manifest, file_path):
487490
def quote(value):
488491
return '"' + str(value).replace('"', r'\"') + '"'
489-
492+
490493
def bare_key(key):
491494
if re.match(r"^[a-zA-Z0-9_\-]+$", key):
492495
return key

0 commit comments

Comments
 (0)