mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 01:30:33 +00:00
install target x86_64-unknown-linux-musl
This commit is contained in:
@@ -34,6 +34,9 @@ def main(args: CliArgs):
|
||||
use_zigbuild = True
|
||||
use_old_glibc = True
|
||||
|
||||
if args.target and args.target == "x86_64-unknown-linux-musl":
|
||||
shell("rustup target add " + args.target)
|
||||
|
||||
cmd = ["cargo", "build"]
|
||||
if use_zigbuild:
|
||||
cmd = ["cargo", " zigbuild"]
|
||||
|
||||
Reference in New Issue
Block a user