Merge pull request #8835 from IdrisKalp/master

rust build trial
This commit is contained in:
Idris Kalp
2020-11-21 03:35:25 +03:00
committed by GitHub
3 changed files with 14 additions and 3 deletions
+5 -1
View File
@@ -10,10 +10,14 @@ from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
WorkDir = "rustc-%s-src" %get.srcVERSION()
crt_ver = "11.0.0"
def build():
shelltools.export("LC_ALL", "en_US.UTF-8")
shelltools.system("python ./x.py build")
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")
def install():
@@ -4,9 +4,14 @@ changelog-seen = 2
link-shared = true
[build]
python = "python2.7"
target = ["x86_64-unknown-linux-gnu"]
cargo = "/usr/bin/cargo"
rustc = "/usr/bin/rustc"
python = "/usr/bin/python3"
extended = true
sanitizers = false
profiler = true
vendor = true
[install]
prefix = "/usr"
+3 -1
View File
@@ -13,6 +13,7 @@
<Summary>Systems programming language focused on safety, speed and concurrency</Summary>
<Description>Systems programming language focused on safety, speed and concurrency</Description>
<Archive sha1sum="a26f089d27c9cc283a7305fc8ece6b4674a036fd" type="targz">https://static.rust-lang.org/dist/rustc-1.48.0-src.tar.gz</Archive>
<Archive sha1sum="be3e79fb93cd99135643a191f27c49449bf9c0ee" type="tarxz" target="rustc-1.48.0-src">https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/compiler-rt-11.0.0.src.tar.xz</Archive>
<AdditionalFiles>
<AdditionalFile target="config.toml">bootstrap-config.toml</AdditionalFile>
</AdditionalFiles>
@@ -30,8 +31,9 @@
<Dependency>libssh2-devel</Dependency>
<Dependency>gdb-devel</Dependency>
<Dependency>curl-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>libffi-devel</Dependency>
<Dependency>rust</Dependency>
</BuildDependencies>
<Patches>
<!--Patch level="1">70163.patch</Patch-->