diff --git a/debian/changelog b/debian/changelog index 3ad6a47a..a389c517 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -llvm-toolchain-18 (1:18.1.2-2) unstable; urgency=medium +llvm-toolchain-18 (1:18.1.3-1) unstable; urgency=medium + * New upstream release * Only install mold when used + but disabled for now because of https://github.com/rui314/mold/issues/1224 - -- Sylvestre Ledru Fri, 22 Mar 2024 21:24:18 +0100 + -- Sylvestre Ledru Thu, 04 Apr 2024 07:57:13 +0200 llvm-toolchain-18 (1:18.1.2-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 64a35c8b..ec59cde0 100755 --- a/debian/rules +++ b/debian/rules @@ -307,10 +307,11 @@ MOLD_DISABLE_DISTRO := bionic buster focal buster bullseye bookworm ifeq (,$(filter-out $(MOLD_DISABLE_DISTRO), $(DISTRO))) # mold is too old on this distro MOLD_ENABLE=no -else - MOLD_ENABLE=yes - STAGE_ALL_CMAKE_EXTRA += -DLLVM_USE_LINKER=mold - control_vars += ', mold' +#else +# disable mold until https://github.com/rui314/mold/issues/1224 is fixed +# MOLD_ENABLE=yes +# STAGE_ALL_CMAKE_EXTRA += -DLLVM_USE_LINKER=mold +# control_vars += ', mold' endif BINUTILS_GOLD_ARCHS := amd64 arm64 armhf i386 ppc64 ppc64el x32 s390x hurd-i386 kfreebsd-amd64 kfreebsd-i386