rust-1.56.0
This commit is contained in:
@@ -22,19 +22,19 @@ WorkDir = "rustc-%s-src" %get.srcVERSION()
|
||||
#At phase 2, rust will be built again with this newly built rust.
|
||||
#Before phase 2, the lines below will be commented out.
|
||||
|
||||
#RustBinDir = "rust-%s-x86_64-unknown-linux-gnu" %get.srcVERSION()
|
||||
#RustcDir = "%s/rustbin" %get.workDIR()
|
||||
RustBinDir = "rust-%s-x86_64-unknown-linux-gnu" %get.srcVERSION()
|
||||
RustcDir = "%s/rustbin" %get.workDIR()
|
||||
|
||||
#################################################################
|
||||
|
||||
def build():
|
||||
#İkinci aşamada bu satırlar da yoruma çevrilecek.
|
||||
#At phase 2, these lines also will be commented out.
|
||||
#shelltools.cd(RustBinDir)
|
||||
#shelltools.system("./install.sh --prefix=%s --without=rust-docs" %RustcDir)
|
||||
#shelltools.cd("..")
|
||||
#pisitools.dosed("config.toml", "/usr/bin/cargo", RustcDir+"/bin/cargo")
|
||||
#pisitools.dosed("config.toml", "/usr/bin/rustc", RustcDir+"/bin/rustc")
|
||||
shelltools.cd(RustBinDir)
|
||||
shelltools.system("./install.sh --prefix=%s --without=rust-docs" %RustcDir)
|
||||
shelltools.cd("..")
|
||||
pisitools.dosed("config.toml", "/usr/bin/cargo", RustcDir+"/bin/cargo")
|
||||
pisitools.dosed("config.toml", "/usr/bin/rustc", RustcDir+"/bin/rustc")
|
||||
####################################################
|
||||
|
||||
shelltools.export("LC_ALL", "en_US.UTF-8")
|
||||
|
||||
@@ -12,17 +12,17 @@
|
||||
<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="89d4610016823fd81eea6dc99fddbb016feadb89" type="targz">https://static.rust-lang.org/dist/rustc-1.55.0-src.tar.gz</Archive>
|
||||
<Archive sha1sum="02343112d31dfc40c2c46724375377636c77cd3e" type="targz">https://static.rust-lang.org/dist/rustc-1.56.0-src.tar.gz</Archive>
|
||||
<!-- Not: İkinci aşamada aşağıdaki satıra ihtiyaç olmayacak. Yoruma çevrilebilir. -->
|
||||
<!-- The line below will be unnecessary at phase 2, can be commented out. -->
|
||||
<Archive sha1sum="6487bf4cc7ab26f96903e3fb3d17ba7249c35c9b" type="targz" target="rustc-1.55.0-src">https://static.rust-lang.org/dist/rust-1.55.0-x86_64-unknown-linux-gnu.tar.gz</Archive>
|
||||
<Archive sha1sum="149dc9f559628a4e38771c21359ef895ef731186" type="targz" target="rustc-1.56.0-src">https://static.rust-lang.org/dist/rust-1.56.0-x86_64-unknown-linux-gnu.tar.gz</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="config.toml">bootstrap-config.toml</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="1.55.0">rust</Dependency>
|
||||
<!-- <Dependency versionFrom="1.56.0">rust</Dependency> -->
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency versionFrom="12.0.0">llvm</Dependency>
|
||||
<Dependency versionFrom="13.0.0">llvm</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>ninja</Dependency>
|
||||
<Dependency>ocaml</Dependency>
|
||||
@@ -51,7 +51,7 @@
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libssh2</Dependency>
|
||||
<Dependency>openssl</Dependency>
|
||||
<Dependency versionFrom="11.1.0">llvm-libs</Dependency>
|
||||
<Dependency versionFrom="13.0.0">llvm-libs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -77,6 +77,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="21">
|
||||
<Date>2021-10-25</Date>
|
||||
<Version>1.56.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="20">
|
||||
<Date>2021-10-16</Date>
|
||||
<Version>1.55.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user