diff --git a/programming/language/rust/actions.py b/programming/language/rust/actions.py index 98ac446180..d066b6a282 100755 --- a/programming/language/rust/actions.py +++ b/programming/language/rust/actions.py @@ -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(): diff --git a/programming/language/rust/files/bootstrap-config.toml b/programming/language/rust/files/bootstrap-config.toml index 4bc33bed23..a83d775480 100644 --- a/programming/language/rust/files/bootstrap-config.toml +++ b/programming/language/rust/files/bootstrap-config.toml @@ -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