Merge pull request #17001 from Rmys/master

rust rebuild llvm
This commit is contained in:
Rmys
2025-07-14 18:32:58 +03:00
committed by GitHub
3 changed files with 16 additions and 9 deletions
+7 -7
View File
@@ -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" %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" %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")
+1 -1
View File
@@ -15,7 +15,7 @@
<Archive sha1sum="21e8f37f591073e4f9383897aca5772304ff0e26" type="targz">https://static.rust-lang.org/dist/rustc-1.88.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="296e782695729d7af89540817e48ce2f202c44be" type="targz" target="rustc-1.88.0-src">https://static.rust-lang.org/dist/rust-1.88.0-x86_64-unknown-linux-gnu.tar.gz</Archive>
<!-- <Archive sha1sum="296e782695729d7af89540817e48ce2f202c44be" type="targz" target="rustc-1.88.0-src">https://static.rust-lang.org/dist/rust-1.88.0-x86_64-unknown-linux-gnu.tar.gz</Archive> -->
<AdditionalFiles>
<AdditionalFile target="config.toml">bootstrap-config.toml</AdditionalFile>
</AdditionalFiles>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Tool and a library for bi-directional translation between SPIR-V and LLVM IR</Summary>
<Description>Tool and a library for bi-directional translation between SPIR-V and LLVM IR</Description>
<Archive sha1sum="034a472f7c31de3a78c6ef87d27ad40c3a0f8591" type="targz">https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/refs/tags/v19.1.6.tar.gz</Archive>
<Archive sha1sum="f85603f210064ce61b67a56b4b1570916cf45a75" type="targz">https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/refs/tags/v20.1.4.tar.gz</Archive>
<BuildDependencies>
<!-- <Dependency>git</Dependency> -->
<Dependency>cmake</Dependency>
@@ -81,6 +81,13 @@
</Package>
<History>
<Update release="16">
<Date>2025-07-14</Date>
<Version>20.1.4</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="15">
<Date>2025-04-14</Date>
<Version>19.1.6</Version>