rust build trial 2

This commit is contained in:
Idris Kalp
2020-11-21 03:39:16 +03:00
parent b513029829
commit b6ef6e332d
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ def build():
shelltools.export("LC_ALL", "en_US.UTF-8")
shelltools.export("RUST_BACKTRACE", "1")
shelltools.export("RUST_COMPILER_RT_ROOT", "%s/%s/compiler-rt-%s.src" % (get.workDIR(), WorkDir, crt_ver))
shelltools.system("python ./x.py dist")
shelltools.system("python ./x.py build")
def install():
@@ -5,8 +5,6 @@ link-shared = true
[build]
target = ["x86_64-unknown-linux-gnu"]
cargo = "/usr/bin/cargo"
rustc = "/usr/bin/rustc"
python = "/usr/bin/python3"
extended = true
sanitizers = false