summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 04:09:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 04:09:47 +0000
commitb0b8b74c04e6b33a6520a97cbbab2fe2b7f349ae (patch)
tree12089dbf61f9a19a50e9a2dd0c8a42a61da57b18 /debian/rules
parentMerging debian version 1.73.0+dfsg1-1. (diff)
downloadrustc-b0b8b74c04e6b33a6520a97cbbab2fe2b7f349ae.tar.xz
rustc-b0b8b74c04e6b33a6520a97cbbab2fe2b7f349ae.zip
Building with llvm-toolchain-16 instead of llvm-toolchain-17.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 940623614..eb6a2a4d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,8 +34,8 @@ export RUST_LONG_VERSION
DEB_DESTDIR := $(CURDIR)/debian/tmp
# Use system LLVM (comment out to use vendored LLVM)
-LLVM_VERSION = 17
-OLD_LLVM_VERSION = 16
+LLVM_VERSION = 16
+OLD_LLVM_VERSION = 15
# Cargo-specific flags
export LIBSSH2_SYS_USE_PKG_CONFIG=1
# Make it easier to test against a custom LLVM