-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev-lang/rust: reimport rust-1.34.2 from smaeul's portage-overlay #276
Conversation
…erlay/ it's old, but uses the now stable llvm-8 and is suitable for building esr more important: it doesn't suffer from a bug where cflags are bleeding into the compile env when adding cross compile crates, this makes it a good base for exploring these unknown waters. if you're going to use with system-llvm, please check out the nifty patchset and drop those targeting llvm into /etc/portage/patches/ Signed-off-by: Steffen Kuhn <nielson2@yandex.com>
this is good to go now, I might add an -r1 for testing cross compile crates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no need to drop keywords, smauel does a fine job testing and building.
@anarchpenguin like this? |
Thanks, I will get it pushed to overlay in next few hours. |
ok, I'm just going to remove the two silly little lines at the end of the metadata file. |
Signed-off-by: Steffen Kuhn <nielson2@yandex.com>
Sorry for the delay. I appreciate all the work you have done to help with musl. |
it's old, but uses the now stable llvm-8 and is suitable for building esr
more important: it doesn't suffer from a bug where cflags are bleeding
into the compile env when adding cross compile crates, this makes it a
good base for exploring these unknown waters.
I still have to open a bug on upstream github, the last clean version
is rust-1.35.0 and the first failing one is rust-1.36.0
if you're going to use with system-llvm, please check out the nifty
patchset and drop those targeting llvm into /etc/portage/patches/