rust-1.29.2:ver.bump
This commit is contained in:
@@ -12,6 +12,7 @@ from pisi.actionsapi import get
|
||||
|
||||
|
||||
def build():
|
||||
shelltools.export("LC_ALL", "en_US.UTF-8")
|
||||
shelltools.system("python ./x.py build")
|
||||
|
||||
|
||||
|
||||
@@ -1,21 +1,19 @@
|
||||
[llvm]
|
||||
ninja = true
|
||||
targets = "X86"
|
||||
|
||||
link-shared = true
|
||||
|
||||
[build]
|
||||
python = "python2.7"
|
||||
extended = true
|
||||
verbose = 0
|
||||
sanitizers = false
|
||||
|
||||
[install]
|
||||
prefix = "/usr"
|
||||
|
||||
[rust]
|
||||
codegen-units = 1
|
||||
|
||||
debuginfo = true
|
||||
debuginfo-lines = true
|
||||
|
||||
channel = "stable"
|
||||
|
||||
rpath = false
|
||||
|
||||
codegen-tests = false
|
||||
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
llvm-config = "/usr/bin/llvm-config"
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
[llvm]
|
||||
ninja = true
|
||||
|
||||
[build]
|
||||
python = "python2.7"
|
||||
extended = true
|
||||
verbose = 0
|
||||
sanitizers = false
|
||||
|
||||
[install]
|
||||
prefix = "/usr"
|
||||
|
||||
[rust]
|
||||
codegen-units = 1
|
||||
|
||||
debuginfo = true
|
||||
debuginfo-lines = true
|
||||
|
||||
channel = "stable"
|
||||
|
||||
rpath = false
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app</IsA>
|
||||
<Summary>Systems programming language focused on safety, speed and concurrency</Summary>
|
||||
<Description>Systems programming language focused on safety, speed and concurrency</Description>
|
||||
<Archive sha1sum="54e4a19cd7eea451fea568644e4a3e264efcf36a" type="targz">https://static.rust-lang.org/dist/rustc-1.27.0-src.tar.gz</Archive>
|
||||
<Archive sha1sum="f286ff79eaaa8577f1f0e1cd8dd6a349c15b9484" type="targz">https://static.rust-lang.org/dist/rustc-1.29.2-src.tar.gz</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="config.toml">bootstrap-config.toml</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
@@ -63,6 +63,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2018-10-27</Date>
|
||||
<Version>1.29.2</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-08-30</Date>
|
||||
<Version>1.27.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user