Syncing cargo glue to ::gentoo circa 2020-01-24 - #17
Open
kentfredric wants to merge 3 commits into
Open
Conversation
kentfredric
force-pushed
the
pr-eclass-2
branch
from
January 24, 2020 09:15
077fb34 to
dea8266
Compare
Member
Author
|
CC @gyakovlev |
kentfredric
force-pushed
the
pr-eclass-2
branch
from
February 5, 2020 10:57
dea8266 to
987cdd6
Compare
Member
Author
|
One annoying side effect of the new inherits here ... is that every crate gets an ABI_X86 use flag set. Which is kinda nuts, given almost none of them actually produce architecture dependent stuff, and toggling these flags does absolutely nothing. |
Member
Author
|
See also: #29 |
This brings cargo invocation up to par with :gentoo's cargo.eclass See: gentoo/gentoo@84f8f7e gentoo/gentoo@f695ea5 gentoo/gentoo@a176865 gentoo/gentoo@8c6a43f
Due to changes in rust-crate for rust-toolchain, this test can now be run. Additionally, examples are now stripped. Closes: kentnl-gentoo-rust#3 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
kentfredric
force-pushed
the
pr-eclass-2
branch
from
March 30, 2020 13:10
987cdd6 to
c8cb8f9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Still WIP.