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

logically revert https://github.com/bazelbuild/rules_rust/pull/841 #1147

Merged
merged 3 commits into from
Feb 22, 2022

Conversation

krasimirgg
Copy link
Collaborator

@krasimirgg krasimirgg commented Feb 21, 2022

This reverts rules_rust to use -Lnative/-lstatic instead of library paths per #840 (comment).

Note for submission: I'd like we hold this off until the related #1148 is ready to be submitted so we can submit these closely together to ensure the examples added there do not regress over a large commit history window.

This reverts rules_rust to use `-Lnative/-lstatic` instead of library paths
per
bazelbuild#840 (comment).
krasimirgg added a commit to krasimirgg/rules_rust that referenced this pull request Feb 21, 2022
Depends on bazelbuild#1147.

This addresses bazelbuild#840 by
creating symlinks to ambiguous native dependencies of a rust_binary that
would otherwise cause the link to fail, as in the examples added.
@krasimirgg krasimirgg marked this pull request as ready for review February 21, 2022 14:38
@hlopko hlopko merged commit 4a4d217 into bazelbuild:main Feb 22, 2022
@krasimirgg krasimirgg deleted the undo-linkargs branch March 10, 2022 09:43
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