diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 04:04:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 04:04:52 +0000 |
commit | 2bbd74a6bb04bb919e4391350ca93daf965450f5 (patch) | |
tree | bd68876c4f219286193a04699ec81104a8e489ad /debian/rules | |
parent | Merging upstream version 1.73.0+dfsg1. (diff) | |
download | rustc-2bbd74a6bb04bb919e4391350ca93daf965450f5.tar.xz rustc-2bbd74a6bb04bb919e4391350ca93daf965450f5.zip |
Merging debian version 1.73.0+dfsg1-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index eb6a2a4d1..940623614 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 = 16 -OLD_LLVM_VERSION = 15 +LLVM_VERSION = 17 +OLD_LLVM_VERSION = 16 # Cargo-specific flags export LIBSSH2_SYS_USE_PKG_CONFIG=1 # Make it easier to test against a custom LLVM |