makedeb


rustc 1.78.0-1


The Rust programming language toolchain

Click here to go back to the commit logs for rustc.

Commit:


Hash: 3f3d46c4347ebf01d475852cfe5c831bee8c762b

Message: Don't compile LLVM

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 9950f70..2dbcdab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgname = rust-src
 pkgname = rustfmt
 pkgbase = rustc
 pkgdesc = The Rust programming language toolchain
-pkgrel = 2
+pkgrel = 3
 pkgver = 1.70.0
 url = https://www.rust-lang.org
 arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 10d596c..13f3379 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgname=(
     'rustfmt'
 )
 pkgver=1.70.0
-pkgrel=2
+pkgrel=3
 pkgdesc='The Rust programming language toolchain'
 arch=('any')
 makedepends=(
diff --git a/config.toml b/config.toml
index 8d5a765..7f5bde7 100644
--- a/config.toml
+++ b/config.toml
@@ -1,6 +1,11 @@
 changelog-seen = 2
 
 [llvm]
+# This makes builds quicker, which is beneficial for the already long Rust
+# builds.
+#
+# Disable this if you want to build LLVM for whatever reason.
+download-ci-llvm = "if-available"
 
 [build]
 extended = true