From b0b8b74c04e6b33a6520a97cbbab2fe2b7f349ae Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 06:09:47 +0200 Subject: Building with llvm-toolchain-16 instead of llvm-toolchain-17. Signed-off-by: Daniel Baumann --- debian/bin/rust-lld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/bin/rust-lld') diff --git a/debian/bin/rust-lld b/debian/bin/rust-lld index 9d5fdd03d..b3880d793 100755 --- a/debian/bin/rust-lld +++ b/debian/bin/rust-lld @@ -6,4 +6,4 @@ # However the tests fail for other reasons, namely we can't build rustdoc # (which runs the tests) in wasm32 yet. So this is just WIP at the moment, # it is not expect to work nor to be installed on user machines. -exec /usr/bin/lld-17 "${@/#-Wl,/}" +exec /usr/bin/lld-16 "${@/#-Wl,/}" -- cgit v1.2.3