Skip to content

Commit 18bf6b4

Browse files
committed
Auto merge of #77642 - pietroalbini:stable-next, r=pietroalbini
Rust 1.47.0 stable release, take 2 This PR adds a workaround for #76980 to the existing stable 1.47.0 branch. I will invalidate the dev artifacts and issue another pre-release once the PR is merged, to let people test this change. r? `@ghost`
2 parents 90ed0a8 + b4c560a commit 18bf6b4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

RELEASES.md

-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ Compatibility Notes
8484
`Delimiter::None`.
8585
- [Moved support for the CloudABI target to tier 3.][75568]
8686
- [`linux-gnu` targets now require minimum kernel 2.6.32 and glibc 2.11.][74163]
87-
- [We have reports of some proc macros encountering as yet undiagnosed problems in linked C++
88-
code, but the root cause is as yet undiagnosed.][76980]
8987

9088
Internal Only
9189
--------

src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ ENV RUST_CONFIGURE_ARGS \
9595
--set target.x86_64-unknown-linux-gnu.linker=clang \
9696
--set target.x86_64-unknown-linux-gnu.ar=/rustroot/bin/llvm-ar \
9797
--set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
98-
--set llvm.thin-lto=true \
98+
--set llvm.thin-lto=false \
9999
--set rust.jemalloc
100100
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
101101
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang

0 commit comments

Comments
 (0)