Skip to content
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

Exclude test object files from package #37

Merged
merged 2 commits into from
Nov 5, 2020

Conversation

keiichiw
Copy link
Contributor

@keiichiw keiichiw commented Nov 5, 2020

Exclude test object files such as /examples/armv4t/test.o when running cargo package. I guess these data are not expected to be distributed to all gdbstub users.
Also, excluding those files makes it easier to use this crate on the portage package manager, as it complains about prebuilt binaries and requires some hack .

@daniel5151
Copy link
Owner

Ahh, portage. Now that's a name that bring back some good memories...

Sure, this change seems perfectly reasonable. I've also gone ahead and removed the .o files from the repo, as those shouldn't have been committed in the first place (not too sure how they slipped past my radar, but hey, better late than never ¯\_(ツ)_/¯)

@daniel5151 daniel5151 self-requested a review November 5, 2020 15:18
@daniel5151 daniel5151 merged commit 14d83d2 into daniel5151:master Nov 5, 2020
@keiichiw
Copy link
Contributor Author

keiichiw commented Nov 6, 2020

Thanks for the quick approval! Are you planning to release a new version with this PR? Then, I can remove a hack in our ChromeOS code base:)
Please feel free to say no if you don't want to do.

@keiichiw keiichiw deleted the exclude-objects branch November 6, 2020 07:11
@daniel5151
Copy link
Owner

Sure 👍

Version 0.4.2 should be published on crates.io now.

@keiichiw
Copy link
Contributor Author

keiichiw commented Nov 6, 2020

Thanks a lot! I could just remove some workaround from the ebuild.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants